Html Css Color HEX #6E16C9 Purple Heart

📋 copy color: '#6E16C9'

red 110 ◦ green 22 ◦ blue 201

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

Shades of Purple Heart #6E16C9

Tints of Purple Heart #6E16C9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

 BLUE value IS 201 (78.91% from 255) = 60.36%

R = 33.03%
G = 6.61%
B = 60.36%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E16C9 (or 0x6E16C9) is known color: Purple Heart. HEX triplet: 6E, 16 and C9. RGB value is (110,22,201). Sum of RGB (Red+Green+Blue) = 110+22+201=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E16C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16C9 is #91E936. Grayscale: #444444. Windows color (decimal): -9562423 or 13178478. OLE color: 13178478.

HSL color Cylindrical-coordinate representation of color #6E16C9: hue angle of 269.5º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E16C9 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 22 201 -
CMYK 0.45 0.89 0 0.21
HSL 269.5º 0.8% 0.44% -
HSV(B) 269.5º 0.89% 0.79% -
XYZ 17.26 8.11 55.91 -
YUV 68.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 110 22 201 0.45 0.89 0 0.21 269.5 0.8 0.44
Hex 6E 16 C9 2D 59 0 15 10D 50 2C
Octal 156 26 311 55 131 0 25 415 120 54
Binary 1101110 10110 11001001 101101 1011001 0 10101 100001101 1010000 101100

Color Harmonies of #6E16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E16C9

Black with #6E16C9

Text Example


Text Example

White with #6E16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,22,201); }

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

background-color css

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

 a { background-color: rgb(110,22,201); }

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

border-color css

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

 span { border-color: rgb(110,22,201); }

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