Html Css Color HEX #6E24BE Purple Heart

📋 copy color: '#6E24BE'

red 110 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #6E24BE

Tints of Purple Heart #6E24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 32.74%
G = 10.71%
B = 56.55%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E24BE (or 0x6E24BE) is known color: Purple Heart. HEX triplet: 6E, 24 and BE. RGB value is (110,36,190). Sum of RGB (Red+Green+Blue) = 110+36+190=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E24BE is #91DB41. Grayscale: #4B4B4B. Windows color (decimal): -9558850 or 12461166. OLE color: 12461166.

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

Color convert

RGB 110 36 190 -
CMYK 0.42 0.81 0 0.25
HSL 268.83º 0.68% 0.44% -
HSV(B) 268.83º 0.81% 0.75% -
XYZ 16.36 8.29 49.45 -
YUV 75.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 110 36 190 0.42 0.81 0 0.25 268.83 0.68 0.44
Hex 6E 24 BE 2A 51 0 19 10D 44 2C
Octal 156 44 276 52 121 0 31 415 104 54
Binary 1101110 100100 10111110 101010 1010001 0 11001 100001101 1000100 101100

Color Harmonies of #6E24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E24BE

Black with #6E24BE

Text Example


Text Example

White with #6E24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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