Html Css Color HEX #6E24BB Purple Heart

📋 copy color: '#6E24BB'

red 110 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #6E24BB

Tints of Purple Heart #6E24BB

RGB

 RED value IS 110 (43.36% from 255) = 33.03%

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

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

R = 33.03%
G = 10.81%
B = 56.16%

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

#6E24BB (or 0x6E24BB) is known color: Purple Heart. HEX triplet: 6E, 24 and BB. RGB value is (110,36,187). Sum of RGB (Red+Green+Blue) = 110+36+187=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E24BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24BB is #91DB44. Grayscale: #4A4A4A. Windows color (decimal): -9558853 or 12264558. OLE color: 12264558.

HSL color Cylindrical-coordinate representation of color #6E24BB: hue angle of 269.4º 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 #6E24BB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 36 187 -
CMYK 0.41 0.81 0 0.27
HSL 269.4º 0.68% 0.44% -
HSV(B) 269.4º 0.81% 0.73% -
XYZ 16.03 8.16 47.74 -
YUV 75.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 110 36 187 0.41 0.81 0 0.27 269.4 0.68 0.44
Hex 6E 24 BB 29 51 0 1B 10D 44 2C
Octal 156 44 273 51 121 0 33 415 104 54
Binary 1101110 100100 10111011 101001 1010001 0 11011 100001101 1000100 101100

Color Harmonies of #6E24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24BB

Black with #6E24BB

Text Example


Text Example

White with #6E24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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