Html Css Color HEX #6E19D5 Purple Heart

📋 copy color: '#6E19D5'

red 110 ◦ green 25 ◦ blue 213

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

Shades of Purple Heart #6E19D5

Tints of Purple Heart #6E19D5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

 BLUE value IS 213 (83.59% from 255) = 61.21%

R = 31.61%
G = 7.18%
B = 61.21%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6E19D5 (or 0x6E19D5) is known color: Purple Heart. HEX triplet: 6E, 19 and D5. RGB value is (110,25,213). Sum of RGB (Red+Green+Blue) = 110+25+213=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E19D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E19D5 is #91E62A. Grayscale: #474747. Windows color (decimal): -9561643 or 13965678. OLE color: 13965678.

HSL color Cylindrical-coordinate representation of color #6E19D5: hue angle of 267.13º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E19D5 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 25 213 -
CMYK 0.48 0.88 0 0.16
HSL 267.13º 0.79% 0.47% -
HSV(B) 267.13º 0.88% 0.84% -
XYZ 18.79 8.81 63.66 -
YUV 71.85 207.66 155.21 -
System Red Green Blue C M Y K H S L
Decimal 110 25 213 0.48 0.88 0 0.16 267.13 0.79 0.47
Hex 6E 19 D5 30 58 0 10 10B 4F 2F
Octal 156 31 325 60 130 0 20 413 117 57
Binary 1101110 11001 11010101 110000 1011000 0 10000 100001011 1001111 101111

Color Harmonies of #6E19D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E19D5

Black with #6E19D5

Text Example


Text Example

White with #6E19D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,213); }

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

background-color css

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

 a { background-color: rgb(110,25,213); }

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

border-color css

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

 span { border-color: rgb(110,25,213); }

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