Html Css Color HEX #6E0BD1 Purple Heart

📋 copy color: '#6E0BD1'

red 110 ◦ green 11 ◦ blue 209

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

Shades of Purple Heart #6E0BD1

Tints of Purple Heart #6E0BD1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 209 (82.03% from 255) = 63.33%

R = 33.33%
G = 3.33%
B = 63.33%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6E0BD1 (or 0x6E0BD1) is known color: Purple Heart. HEX triplet: 6E, 0B and D1. RGB value is (110,11,209). Sum of RGB (Red+Green+Blue) = 110+11+209=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E0BD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BD1 is #91F42E. Grayscale: #3E3E3E. Windows color (decimal): -9565231 or 13699950. OLE color: 13699950.

HSL color Cylindrical-coordinate representation of color #6E0BD1: hue angle of 270º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BD1 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 11 209 -
CMYK 0.47 0.95 0 0.18
HSL 270º 0.9% 0.43% -
HSV(B) 270º 0.95% 0.82% -
XYZ 18.06 8.16 60.94 -
YUV 63.17 210.3 161.4 -
System Red Green Blue C M Y K H S L
Decimal 110 11 209 0.47 0.95 0 0.18 270 0.9 0.43
Hex 6E B D1 2F 5F 0 12 10E 5A 2B
Octal 156 13 321 57 137 0 22 416 132 53
Binary 1101110 1011 11010001 101111 1011111 0 10010 100001110 1011010 101011

Color Harmonies of #6E0BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BD1

Black with #6E0BD1

Text Example


Text Example

White with #6E0BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,209); }

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

background-color css

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

 a { background-color: rgb(110,11,209); }

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

border-color css

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

 span { border-color: rgb(110,11,209); }

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