#6C409A

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

Shades of Royal Purple #6C409A

Tints of Royal Purple #6C409A

Color information

#6C409A (or 0x6C409A) is unknown color: approx Royal Purple. HEX triplet: 6C, 40 and 9A. RGB value is (108,64,154). Sum of RGB (Red+Green+Blue) = 108+64+154=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C409A is #93BF65. Grayscale: #575757. Windows color (decimal): -9682790 or 10109036. OLE color: 10109036.

HSL color Cylindrical-coordinate representation of color #6C409A: hue angle of 269.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C409A is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10864154-
CMYK0.300.5800.40
HSL269.33º41.28%42.75%-
HSV(B)269.33º58.44%60.39%-
XYZ13.859.1931.62-
YUV87.42165.58142.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=33.13%
G=19.63%
B=47.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108641540.300.5800.40269.3341.2842.75
Hex6C409A1E3A02810d292b
Octal15410023236720504155153
Binary1101100100000010011010111101110100101000100001101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C409A; }

 p { color: rgb(108,64,154); }

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

<style>
 a { background-color: #6C409A; }

 a { background-color: rgb(108,64,154); }

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

<style>
 span { border-color: #6C409A; }

 span { border-color: rgb(108,64,154); }

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