Html Css Color HEX #6E1DBE Purple Heart

📋 copy color: '#6E1DBE'

red 110 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #6E1DBE

Tints of Purple Heart #6E1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.81%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 33.43%
G = 8.81%
B = 57.75%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E1DBE (or 0x6E1DBE) is known color: Purple Heart. HEX triplet: 6E, 1D and BE. RGB value is (110,29,190). Sum of RGB (Red+Green+Blue) = 110+29+190=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1DBE is #91E241. Grayscale: #474747. Windows color (decimal): -9560642 or 12459374. OLE color: 12459374.

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

Color convert

RGB 110 29 190 -
CMYK 0.42 0.85 0 0.25
HSL 270.19º 0.74% 0.43% -
HSV(B) 270.19º 0.85% 0.75% -
XYZ 16.16 7.91 49.39 -
YUV 71.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 110 29 190 0.42 0.85 0 0.25 270.19 0.74 0.43
Hex 6E 1D BE 2A 55 0 19 10E 4A 2B
Octal 156 35 276 52 125 0 31 416 112 53
Binary 1101110 11101 10111110 101010 1010101 0 11001 100001110 1001010 101011

Color Harmonies of #6E1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1DBE

Black with #6E1DBE

Text Example


Text Example

White with #6E1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,29,190); }

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

background-color css

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

 a { background-color: rgb(110,29,190); }

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

border-color css

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

 span { border-color: rgb(110,29,190); }

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