Html Css Color HEX #6E18C9 Purple Heart

📋 copy color: '#6E18C9'

red 110 ◦ green 24 ◦ blue 201

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

Shades of Purple Heart #6E18C9

Tints of Purple Heart #6E18C9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 32.84%
G = 7.16%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E18C9 (or 0x6E18C9) is known color: Purple Heart. HEX triplet: 6E, 18 and C9. RGB value is (110,24,201). Sum of RGB (Red+Green+Blue) = 110+24+201=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E18C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18C9 is #91E736. Grayscale: #454545. Windows color (decimal): -9561911 or 13178990. OLE color: 13178990.

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

Color convert

RGB 110 24 201 -
CMYK 0.45 0.88 0 0.21
HSL 269.15º 0.79% 0.44% -
HSV(B) 269.15º 0.88% 0.79% -
XYZ 17.3 8.19 55.93 -
YUV 69.89 201.99 156.61 -
System Red Green Blue C M Y K H S L
Decimal 110 24 201 0.45 0.88 0 0.21 269.15 0.79 0.44
Hex 6E 18 C9 2D 58 0 15 10D 4F 2C
Octal 156 30 311 55 130 0 25 415 117 54
Binary 1101110 11000 11001001 101101 1011000 0 10101 100001101 1001111 101100

Color Harmonies of #6E18C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E18C9

Black with #6E18C9

Text Example


Text Example

White with #6E18C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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