Html Css Color HEX #6E3BE0 Purple Heart

📋 copy color: '#6E3BE0'

red 110 ◦ green 59 ◦ blue 224

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

Shades of Purple Heart #6E3BE0

Tints of Purple Heart #6E3BE0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

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

R = 27.99%
G = 15.01%
B = 57%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6E3BE0 (or 0x6E3BE0) is known color: Purple Heart. HEX triplet: 6E, 3B and E0. RGB value is (110,59,224). Sum of RGB (Red+Green+Blue) = 110+59+224=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E3BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BE0 is #91C41F. Grayscale: #5C5C5C. Windows color (decimal): -9552928 or 14695278. OLE color: 14695278.

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

Color convert

RGB 110 59 224 -
CMYK 0.51 0.74 0 0.12
HSL 258.55º 0.73% 0.55% -
HSV(B) 258.55º 0.74% 0.88% -
XYZ 21.45 11.82 71.67 -
YUV 93.06 201.9 140.08 -
System Red Green Blue C M Y K H S L
Decimal 110 59 224 0.51 0.74 0 0.12 258.55 0.73 0.55
Hex 6E 3B E0 33 4A 0 C 103 49 37
Octal 156 73 340 63 112 0 14 403 111 67
Binary 1101110 111011 11100000 110011 1001010 0 1100 100000011 1001001 110111

Color Harmonies of #6E3BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3BE0

Black with #6E3BE0

Text Example


Text Example

White with #6E3BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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