#6F24CA

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

Shades of Purple Heart #6F24CA

Tints of Purple Heart #6F24CA

Color information

#6F24CA (or 0x6F24CA) is unknown color: approx Purple Heart. HEX triplet: 6F, 24 and CA. RGB value is (111,36,202). Sum of RGB (Red+Green+Blue) = 111+36+202=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24CA is #90DB35. Grayscale: #4C4C4C. Windows color (decimal): -9493302 or 13247599. OLE color: 13247599.

HSL color Cylindrical-coordinate representation of color #6F24CA: hue angle of 267.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F24CA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11136202-
CMYK0.450.8200.21
HSL267.11º69.75%46.67%-
HSV(B)267.11º82.18%79.22%-
XYZ17.858.9156.66-
YUV77.35198.35152-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=31.81%
G=10.32%
B=57.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111362020.450.8200.21267.1169.7546.67
Hex6F24CA2D5201510b462f
Octal157443125512202541310657
Binary11011111001001100101010110110100100101011000010111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F24CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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