#6F3C8F

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

Shades of Royal Purple #6F3C8F

Tints of Royal Purple #6F3C8F

Color information

#6F3C8F (or 0x6F3C8F) is unknown color: approx Royal Purple. HEX triplet: 6F, 3C and 8F. RGB value is (111,60,143). Sum of RGB (Red+Green+Blue) = 111+60+143=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F3C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3C8F is #90C370. Grayscale: #545454. Windows color (decimal): -9487217 or 9387119. OLE color: 9387119.

HSL color Cylindrical-coordinate representation of color #6F3C8F: hue angle of 276.87º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F3C8F is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11160143-
CMYK0.220.5800.44
HSL276.87º40.89%39.8%-
HSV(B)276.87º58.04%56.08%-
XYZ13.138.5926.95-
YUV84.71160.9146.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 60 (23.83% from 255) = 19.11%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=35.35%
G=19.11%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111601430.220.5800.44276.8740.8939.8
Hex6F3C8F163A02C1152928
Octal1577421726720544255150
Binary110111111110010001111101101110100101100100010101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,60,143); }

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

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

 a { background-color: rgb(111,60,143); }

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

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

 span { border-color: rgb(111,60,143); }

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