#6F249F

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

Shades of Royal Purple #6F249F

Tints of Royal Purple #6F249F

Color information

#6F249F (or 0x6F249F) is unknown color: approx Royal Purple. HEX triplet: 6F, 24 and 9F. RGB value is (111,36,159). Sum of RGB (Red+Green+Blue) = 111+36+159=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F249F is #90DB60. Grayscale: #484848. Windows color (decimal): -9493345 or 10429551. OLE color: 10429551.

HSL color Cylindrical-coordinate representation of color #6F249F: hue angle of 276.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F249F is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11136159-
CMYK0.300.7700.38
HSL276.59º63.08%38.24%-
HSV(B)276.59º77.36%62.35%-
XYZ13.447.1433.47-
YUV72.45176.85155.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=36.27%
G=11.76%
B=51.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111361590.300.7700.38276.5963.0838.24
Hex6F249F1E4D0261153f26
Octal15744237361150464257746
Binary1101111100100100111111111010011010100110100010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,159); }

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

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

 a { background-color: rgb(111,36,159); }

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

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

 span { border-color: rgb(111,36,159); }

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