Html Css Color HEX #6E1ABC Purple Heart

📋 copy color: '#6E1ABC'

red 110 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #6E1ABC

Tints of Purple Heart #6E1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 33.95%
G = 8.02%
B = 58.02%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E1ABC (or 0x6E1ABC) is known color: Purple Heart. HEX triplet: 6E, 1A and BC. RGB value is (110,26,188). Sum of RGB (Red+Green+Blue) = 110+26+188=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ABC is #91E543. Grayscale: #454545. Windows color (decimal): -9561412 or 12327534. OLE color: 12327534.

HSL color Cylindrical-coordinate representation of color #6E1ABC: hue angle of 271.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1ABC is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 26 188 -
CMYK 0.41 0.86 0 0.26
HSL 271.11º 0.76% 0.42% -
HSV(B) 271.11º 0.86% 0.74% -
XYZ 15.88 7.68 48.22 -
YUV 69.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 110 26 188 0.41 0.86 0 0.26 271.11 0.76 0.42
Hex 6E 1A BC 29 56 0 1A 10F 4C 2A
Octal 156 32 274 51 126 0 32 417 114 52
Binary 1101110 11010 10111100 101001 1010110 0 11010 100001111 1001100 101010

Color Harmonies of #6E1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1ABC

Black with #6E1ABC

Text Example


Text Example

White with #6E1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,26,188); }

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

background-color css

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

 a { background-color: rgb(110,26,188); }

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

border-color css

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

 span { border-color: rgb(110,26,188); }

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