Html Css Color HEX #6E1EB5 Purple Heart

📋 copy color: '#6E1EB5'

red 110 ◦ green 30 ◦ blue 181

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

Shades of Purple Heart #6E1EB5

Tints of Purple Heart #6E1EB5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.35%

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 34.27%
G = 9.35%
B = 56.39%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E1EB5 (or 0x6E1EB5) is known color: Purple Heart. HEX triplet: 6E, 1E and B5. RGB value is (110,30,181). Sum of RGB (Red+Green+Blue) = 110+30+181=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E1EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EB5 is #91E14A. Grayscale: #464646. Windows color (decimal): -9560395 or 11869806. OLE color: 11869806.

HSL color Cylindrical-coordinate representation of color #6E1EB5: hue angle of 271.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E1EB5 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 30 181 -
CMYK 0.39 0.83 0 0.29
HSL 271.79º 0.72% 0.41% -
HSV(B) 271.79º 0.83% 0.71% -
XYZ 15.24 7.58 44.38 -
YUV 71.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 110 30 181 0.39 0.83 0 0.29 271.79 0.72 0.41
Hex 6E 1E B5 27 53 0 1D 110 48 29
Octal 156 36 265 47 123 0 35 420 110 51
Binary 1101110 11110 10110101 100111 1010011 0 11101 100010000 1001000 101001

Color Harmonies of #6E1EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EB5

Black with #6E1EB5

Text Example


Text Example

White with #6E1EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,30,181); }

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

background-color css

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

 a { background-color: rgb(110,30,181); }

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

border-color css

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

 span { border-color: rgb(110,30,181); }

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