#6F2A99

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

Shades of Royal Purple #6F2A99

Tints of Royal Purple #6F2A99

Color information

#6F2A99 (or 0x6F2A99) is unknown color: approx Royal Purple. HEX triplet: 6F, 2A and 99. RGB value is (111,42,153). Sum of RGB (Red+Green+Blue) = 111+42+153=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F2A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2A99 is #90D566. Grayscale: #4A4A4A. Windows color (decimal): -9491815 or 10037871. OLE color: 10037871.

HSL color Cylindrical-coordinate representation of color #6F2A99: hue angle of 277.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F2A99 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11142153-
CMYK0.270.7300.4
HSL277.3º56.92%38.24%-
HSV(B)277.3º72.55%60%-
XYZ13.137.3430.86-
YUV75.28171.86153.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 42 (16.80% from 255) = 13.73%
BLUE value IS 153 (60.16% from 255) = 50%
R=36.27%
G=13.73%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111421530.270.7300.4277.356.9238.24
Hex6F2A991B490281153926
Octal15752231331110504257146
Binary1101111101010100110011101110010010101000100010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,153); }

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

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

 a { background-color: rgb(111,42,153); }

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

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

 span { border-color: rgb(111,42,153); }

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