Html Css Color HEX #6E18CD Purple Heart

📋 copy color: '#6E18CD'

red 110 ◦ green 24 ◦ blue 205

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

Shades of Purple Heart #6E18CD

Tints of Purple Heart #6E18CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 32.45%
G = 7.08%
B = 60.47%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E18CD (or 0x6E18CD) is known color: Purple Heart. HEX triplet: 6E, 18 and CD. RGB value is (110,24,205). Sum of RGB (Red+Green+Blue) = 110+24+205=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E18CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E18CD is #91E732. Grayscale: #454545. Windows color (decimal): -9561907 or 13441134. OLE color: 13441134.

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

Color convert

RGB 110 24 205 -
CMYK 0.46 0.88 0 0.20
HSL 268.51º 0.79% 0.45% -
HSV(B) 268.51º 0.88% 0.8% -
XYZ 17.78 8.38 58.44 -
YUV 70.35 203.99 156.28 -
System Red Green Blue C M Y K H S L
Decimal 110 24 205 0.46 0.88 0 0.20 268.51 0.79 0.45
Hex 6E 18 CD 2E 58 0 14 10D 4F 2D
Octal 156 30 315 56 130 0 24 415 117 55
Binary 1101110 11000 11001101 101110 1011000 0 10100 100001101 1001111 101101

Color Harmonies of #6E18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E18CD

Black with #6E18CD

Text Example


Text Example

White with #6E18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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