#69468E

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

Shades of Royal Purple #69468E

Tints of Royal Purple #69468E

Color information

#69468E (or 0x69468E) is unknown color: approx Royal Purple. HEX triplet: 69, 46 and 8E. RGB value is (105,70,142). Sum of RGB (Red+Green+Blue) = 105+70+142=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #69468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69468E is #96B971. Grayscale: #585858. Windows color (decimal): -9877874 or 9324137. OLE color: 9324137.

HSL color Cylindrical-coordinate representation of color #69468E: hue angle of 269.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69468E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10570142-
CMYK0.260.5100.44
HSL269.17º33.96%41.57%-
HSV(B)269.17º50.7%55.69%-
XYZ12.99.3426.71-
YUV88.67158.1139.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=33.12%
G=22.08%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105701420.260.5100.44269.1733.9641.57
Hex69468E1A3302C10d222a
Octal15110621632630544154252
Binary1101001100011010001110110101100110101100100001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69468E; }

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

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

<style>
 a { background-color: #69468E; }

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

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

<style>
 span { border-color: #69468E; }

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

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