Html Css Color HEX #6E13AC Purple Heart

📋 copy color: '#6E13AC'

red 110 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #6E13AC

Tints of Purple Heart #6E13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 36.54%
G = 6.31%
B = 57.14%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E13AC (or 0x6E13AC) is known color: Purple Heart. HEX triplet: 6E, 13 and AC. RGB value is (110,19,172). Sum of RGB (Red+Green+Blue) = 110+19+172=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E13AC is #91EC53. Grayscale: #3F3F3F. Windows color (decimal): -9563220 or 11277166. OLE color: 11277166.

HSL color Cylindrical-coordinate representation of color #6E13AC: hue angle of 275.69º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E13AC is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 19 172 -
CMYK 0.36 0.89 0 0.33
HSL 275.69º 0.8% 0.37% -
HSV(B) 275.69º 0.89% 0.67% -
XYZ 14.11 6.76 39.59 -
YUV 63.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 110 19 172 0.36 0.89 0 0.33 275.69 0.8 0.37
Hex 6E 13 AC 24 59 0 21 114 50 25
Octal 156 23 254 44 131 0 41 424 120 45
Binary 1101110 10011 10101100 100100 1011001 0 100001 100010100 1010000 100101

Color Harmonies of #6E13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E13AC

Black with #6E13AC

Text Example


Text Example

White with #6E13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,172); }

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

background-color css

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

 a { background-color: rgb(110,19,172); }

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

border-color css

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

 span { border-color: rgb(110,19,172); }

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