Html Css Color HEX #6E37E0 Purple Heart

📋 copy color: '#6E37E0'

red 110 ◦ green 55 ◦ blue 224

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

Shades of Purple Heart #6E37E0

Tints of Purple Heart #6E37E0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.14%

 BLUE value IS 224 (87.89% from 255) = 57.58%

R = 28.28%
G = 14.14%
B = 57.58%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6E37E0 (or 0x6E37E0) is known color: Purple Heart. HEX triplet: 6E, 37 and E0. RGB value is (110,55,224). Sum of RGB (Red+Green+Blue) = 110+55+224=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E37E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E37E0 is #91C81F. Grayscale: #5A5A5A. Windows color (decimal): -9553952 or 14694254. OLE color: 14694254.

HSL color Cylindrical-coordinate representation of color #6E37E0: hue angle of 259.53º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E37E0 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 55 224 -
CMYK 0.51 0.75 0 0.12
HSL 259.53º 0.73% 0.55% -
HSV(B) 259.53º 0.75% 0.88% -
XYZ 21.25 11.43 71.61 -
YUV 90.71 203.22 141.76 -
System Red Green Blue C M Y K H S L
Decimal 110 55 224 0.51 0.75 0 0.12 259.53 0.73 0.55
Hex 6E 37 E0 33 4B 0 C 104 49 37
Octal 156 67 340 63 113 0 14 404 111 67
Binary 1101110 110111 11100000 110011 1001011 0 1100 100000100 1001001 110111

Color Harmonies of #6E37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E37E0

Black with #6E37E0

Text Example


Text Example

White with #6E37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,224); }

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

background-color css

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

 a { background-color: rgb(110,55,224); }

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

border-color css

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

 span { border-color: rgb(110,55,224); }

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