Html Css Color HEX #6F24DB Purple Heart

📋 copy color: '#6F24DB'

red 111 ◦ green 36 ◦ blue 219

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

Shades of Purple Heart #6F24DB

Tints of Purple Heart #6F24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 30.33%
G = 9.84%
B = 59.84%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F24DB (or 0x6F24DB) is known color: Purple Heart. HEX triplet: 6F, 24 and DB. RGB value is (111,36,219). Sum of RGB (Red+Green+Blue) = 111+36+219=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F24DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24DB is #90DB24. Grayscale: #4E4E4E. Windows color (decimal): -9493285 or 14361711. OLE color: 14361711.

HSL color Cylindrical-coordinate representation of color #6F24DB: hue angle of 264.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F24DB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 36 219 -
CMYK 0.49 0.84 0 0.14
HSL 264.59º 0.72% 0.5% -
HSV(B) 264.59º 0.84% 0.86% -
XYZ 19.97 9.76 67.85 -
YUV 79.29 206.85 150.62 -
System Red Green Blue C M Y K H S L
Decimal 111 36 219 0.49 0.84 0 0.14 264.59 0.72 0.5
Hex 6F 24 DB 31 54 0 E 109 48 32
Octal 157 44 333 61 124 0 16 411 110 62
Binary 1101111 100100 11011011 110001 1010100 0 1110 100001001 1001000 110010

Color Harmonies of #6F24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F24DB

Black with #6F24DB

Text Example


Text Example

White with #6F24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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