#69209B

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

Shades of Royal Purple #69209B

Tints of Royal Purple #69209B

Color information

#69209B (or 0x69209B) is unknown color: approx Royal Purple. HEX triplet: 69, 20 and 9B. RGB value is (105,32,155). Sum of RGB (Red+Green+Blue) = 105+32+155=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #69209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209B is #96DF64. Grayscale: #434343. Windows color (decimal): -9887589 or 10166377. OLE color: 10166377.

HSL color Cylindrical-coordinate representation of color #69209B: hue angle of 275.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69209B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10532155-
CMYK0.320.7900.39
HSL275.61º65.78%36.67%-
HSV(B)275.61º79.35%60.78%-
XYZ12.266.431.6-
YUV67.85177.18154.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=35.96%
G=10.96%
B=53.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105321550.320.7900.39275.6165.7836.67
Hex69209B204F0271144225
Octal151402334011704742410245
Binary110100110000010011011100000100111101001111000101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69209B; }

 p { color: rgb(105,32,155); }

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

<style>
 a { background-color: #69209B; }

 a { background-color: rgb(105,32,155); }

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

<style>
 span { border-color: #69209B; }

 span { border-color: rgb(105,32,155); }

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