#69408D

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

Shades of Royal Purple #69408D

Tints of Royal Purple #69408D

Color information

#69408D (or 0x69408D) is unknown color: approx Royal Purple. HEX triplet: 69, 40 and 8D. RGB value is (105,64,141). Sum of RGB (Red+Green+Blue) = 105+64+141=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #69408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69408D is #96BF72. Grayscale: #545454. Windows color (decimal): -9879411 or 9257065. OLE color: 9257065.

HSL color Cylindrical-coordinate representation of color #69408D: hue angle of 271.95º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69408D is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10564141-
CMYK0.260.5500.45
HSL271.95º37.56%40.2%-
HSV(B)271.95º54.61%55.29%-
XYZ12.478.5926.2-
YUV85.04159.58142.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=33.87%
G=20.65%
B=45.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105641410.260.5500.45271.9537.5640.2
Hex69408D1A3702D1102628
Octal15110021532670554204650
Binary1101001100000010001101110101101110101101100010000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69408D; }

 p { color: rgb(105,64,141); }

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

<style>
 a { background-color: #69408D; }

 a { background-color: rgb(105,64,141); }

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

<style>
 span { border-color: #69408D; }

 span { border-color: rgb(105,64,141); }

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