#6F409C

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

Shades of Royal Purple #6F409C

Tints of Royal Purple #6F409C

Color information

#6F409C (or 0x6F409C) is unknown color: approx Royal Purple. HEX triplet: 6F, 40 and 9C. RGB value is (111,64,156). Sum of RGB (Red+Green+Blue) = 111+64+156=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F409C is #90BF63. Grayscale: #585858. Windows color (decimal): -9486180 or 10240111. OLE color: 10240111.

HSL color Cylindrical-coordinate representation of color #6F409C: hue angle of 270.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F409C is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11164156-
CMYK0.290.5900.39
HSL270.65º41.82%43.14%-
HSV(B)270.65º58.97%61.18%-
XYZ14.399.4532.52-
YUV88.54166.07144.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=33.53%
G=19.34%
B=47.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111641560.290.5900.39270.6541.8243.14
Hex6F409C1D3B02710f2a2b
Octal15710023435730474175253
Binary1101111100000010011100111011110110100111100001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,156); }

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

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

 a { background-color: rgb(111,64,156); }

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

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

 span { border-color: rgb(111,64,156); }

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