#69459A

Color #69459A Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #69459A

Tints of Royal Purple #69459A

Color information

#69459A (or 0x69459A) is unknown color: approx Royal Purple. HEX triplet: 69, 45 and 9A. RGB value is (105,69,154). Sum of RGB (Red+Green+Blue) = 105+69+154=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #69459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459A is #96BA65. Grayscale: #595959. Windows color (decimal): -9878118 or 10110313. OLE color: 10110313.

HSL color Cylindrical-coordinate representation of color #69459A: hue angle of 265.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69459A is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10569154-
CMYK0.320.5500.40
HSL265.41º38.12%43.73%-
HSV(B)265.41º55.19%60.39%-
XYZ13.799.5931.7-
YUV89.45164.43139.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=32.01%
G=21.04%
B=46.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105691540.320.5500.40265.4138.1243.73
Hex69459A2037028109262c
Octal15110523240670504114654
Binary11010011000101100110101000001101110101000100001001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69459A; }

 p { color: rgb(105,69,154); }

 H1.HeaderClassName
 {
   color: #69459A;
 }
 .AnyTagClassName
 {
   color: #69459A;
 }
</style>
background-color css

<style>
 a { background-color: #69459A; }

 a { background-color: rgb(105,69,154); }

 div.DivClassName
 {
   background-color: #69459A;
 }
 .BgClassName
 {
   background-color: #69459A;
 }
</style>
border-color css

<style>
 span { border-color: #69459A; }

 span { border-color: rgb(105,69,154); }

 td.TdClassName
 {
   border-color: #69459A;
 }
 .TagClassName
 {
   border-color: #69459A;
 }
</style>