Html Css Color HEX #6F24CE Purple Heart

📋 copy color: '#6F24CE'

red 111 ◦ green 36 ◦ blue 206

#6F24CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6F24CE

Tints of Purple Heart #6F24CE

RGB

 RED value IS 111 (43.75% from 255) = 31.44%

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 31.44%
G = 10.2%
B = 58.36%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F24CE (or 0x6F24CE) is known color: Purple Heart. HEX triplet: 6F, 24 and CE. RGB value is (111,36,206). Sum of RGB (Red+Green+Blue) = 111+36+206=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F24CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24CE is #90DB31. Grayscale: #4D4D4D. Windows color (decimal): -9493298 or 13509743. OLE color: 13509743.

HSL color Cylindrical-coordinate representation of color #6F24CE: hue angle of 266.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F24CE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 36 206 -
CMYK 0.46 0.83 0 0.19
HSL 266.47º 0.7% 0.47% -
HSV(B) 266.47º 0.83% 0.81% -
XYZ 18.33 9.1 59.18 -
YUV 77.81 200.35 151.68 -
System Red Green Blue C M Y K H S L
Decimal 111 36 206 0.46 0.83 0 0.19 266.47 0.7 0.47
Hex 6F 24 CE 2E 53 0 13 10A 46 2F
Octal 157 44 316 56 123 0 23 412 106 57
Binary 1101111 100100 11001110 101110 1010011 0 10011 100001010 1000110 101111

Color Harmonies of #6F24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F24CE

Black with #6F24CE

Text Example


Text Example

White with #6F24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F24CE;
 }
 .AnyTagClassName
 {
   color: #6F24CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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