Html Css Color HEX #6F24BB Purple Heart

📋 copy color: '#6F24BB'

red 111 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #6F24BB

Tints of Purple Heart #6F24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 33.23%
G = 10.78%
B = 55.99%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F24BB (or 0x6F24BB) is known color: Purple Heart. HEX triplet: 6F, 24 and BB. RGB value is (111,36,187). Sum of RGB (Red+Green+Blue) = 111+36+187=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F24BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24BB is #90DB44. Grayscale: #4B4B4B. Windows color (decimal): -9493317 or 12264559. OLE color: 12264559.

HSL color Cylindrical-coordinate representation of color #6F24BB: hue angle of 269.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F24BB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 36 187 -
CMYK 0.41 0.81 0 0.27
HSL 269.8º 0.68% 0.44% -
HSV(B) 269.8º 0.81% 0.73% -
XYZ 16.16 8.23 47.75 -
YUV 75.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 111 36 187 0.41 0.81 0 0.27 269.8 0.68 0.44
Hex 6F 24 BB 29 51 0 1B 10E 44 2C
Octal 157 44 273 51 121 0 33 416 104 54
Binary 1101111 100100 10111011 101001 1010001 0 11011 100001110 1000100 101100

Color Harmonies of #6F24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F24BB

Black with #6F24BB

Text Example


Text Example

White with #6F24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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