#69219b

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

Shades of Royal Purple #69219B

Tints of Royal Purple #69219B

Color information

#69219B (or 0x69219B) is unknown color: approx Royal Purple. HEX triplet: 69, 21 and 9B. RGB value is (105,33,155). Sum of RGB (Red+Green+Blue) = 105+33+155=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #69219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69219B is #96DE64. Grayscale: #444444. Windows color (decimal): -9887333 or 10166633. OLE color: 10166633.

HSL color Cylindrical-coordinate representation of color #69219B: hue angle of 275.41º degrees, saturation: 0.65, 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 #69219B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10533155-
CMYK0.320.7900.39
HSL275.41º64.89%36.86%-
HSV(B)275.41º78.71%60.78%-
XYZ12.296.4631.61-
YUV68.44176.85154.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=35.84%
G=11.26%
B=52.90%

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
Decimal105331550.320.7900.39275.4164.8936.86
Hex69219B204F0271134125
Octal151412334011704742310145
Binary110100110000110011011100000100111101001111000100111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69219b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69219b; }

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

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

<style>
 a { background-color: #69219b; }

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

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

<style>
 span { border-color: #69219b; }

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

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