#6F4297

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

Shades of Royal Purple #6F4297

Tints of Royal Purple #6F4297

Color information

#6F4297 (or 0x6F4297) is unknown color: approx Royal Purple. HEX triplet: 6F, 42 and 97. RGB value is (111,66,151). Sum of RGB (Red+Green+Blue) = 111+66+151=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F4297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4297 is #90BD68. Grayscale: #585858. Windows color (decimal): -9485673 or 9912943. OLE color: 9912943.

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

Color convert

RGB11166151-
CMYK0.260.5600.41
HSL271.76º39.17%42.55%-
HSV(B)271.76º56.29%59.22%-
XYZ14.099.5130.37-
YUV89.14162.91143.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=33.84%
G=20.12%
B=46.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111661510.260.5600.41271.7639.1742.55
Hex6F42971A38029110272b
Octal15710222732700514204753
Binary1101111100001010010111110101110000101001100010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,151); }

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

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

 a { background-color: rgb(111,66,151); }

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

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

 span { border-color: rgb(111,66,151); }

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