#69469C

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

Shades of Royal Purple #69469C

Tints of Royal Purple #69469C

Color information

#69469C (or 0x69469C) is unknown color: approx Royal Purple. HEX triplet: 69, 46 and 9C. RGB value is (105,70,156). Sum of RGB (Red+Green+Blue) = 105+70+156=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #69469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69469C is #96B963. Grayscale: #595959. Windows color (decimal): -9877860 or 10241641. OLE color: 10241641.

HSL color Cylindrical-coordinate representation of color #69469C: hue angle of 264.42º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69469C is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10570156-
CMYK0.330.5500.39
HSL264.42º38.05%44.31%-
HSV(B)264.42º55.13%61.18%-
XYZ14.029.7832.6-
YUV90.27165.1138.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=31.72%
G=21.15%
B=47.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105701560.330.5500.39264.4238.0544.31
Hex69469C2137027108262c
Octal15110623441670474104654
Binary11010011000110100111001000011101110100111100001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69469C; }

 p { color: rgb(105,70,156); }

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

<style>
 a { background-color: #69469C; }

 a { background-color: rgb(105,70,156); }

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

<style>
 span { border-color: #69469C; }

 span { border-color: rgb(105,70,156); }

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