Html Css Color HEX #6E0DBF Purple Heart

📋 copy color: '#6E0DBF'

red 110 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #6E0DBF

Tints of Purple Heart #6E0DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.14%

 BLUE value IS 191 (75% from 255) = 60.83%

R = 35.03%
G = 4.14%
B = 60.83%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E0DBF (or 0x6E0DBF) is known color: Purple Heart. HEX triplet: 6E, 0D and BF. RGB value is (110,13,191). Sum of RGB (Red+Green+Blue) = 110+13+191=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E0DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DBF is #91F240. Grayscale: #3D3D3D. Windows color (decimal): -9564737 or 12520814. OLE color: 12520814.

HSL color Cylindrical-coordinate representation of color #6E0DBF: hue angle of 272.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0DBF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 13 191 -
CMYK 0.42 0.93 0 0.25
HSL 272.7º 0.87% 0.4% -
HSV(B) 272.7º 0.93% 0.75% -
XYZ 15.98 7.36 49.87 -
YUV 62.3 200.64 162.03 -
System Red Green Blue C M Y K H S L
Decimal 110 13 191 0.42 0.93 0 0.25 272.7 0.87 0.4
Hex 6E D BF 2A 5D 0 19 111 57 28
Octal 156 15 277 52 135 0 31 421 127 50
Binary 1101110 1101 10111111 101010 1011101 0 11001 100010001 1010111 101000

Color Harmonies of #6E0DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0DBF

Black with #6E0DBF

Text Example


Text Example

White with #6E0DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,13,191); }

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

background-color css

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

 a { background-color: rgb(110,13,191); }

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

border-color css

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

 span { border-color: rgb(110,13,191); }

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