Html Css Color HEX #6E17CD Purple Heart

📋 copy color: '#6E17CD'

red 110 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #6E17CD

Tints of Purple Heart #6E17CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 32.54%
G = 6.8%
B = 60.65%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E17CD (or 0x6E17CD) is known color: Purple Heart. HEX triplet: 6E, 17 and CD. RGB value is (110,23,205). Sum of RGB (Red+Green+Blue) = 110+23+205=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E17CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17CD is #91E832. Grayscale: #454545. Windows color (decimal): -9562163 or 13440878. OLE color: 13440878.

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

Color convert

RGB 110 23 205 -
CMYK 0.46 0.89 0 0.20
HSL 268.68º 0.8% 0.45% -
HSV(B) 268.68º 0.89% 0.8% -
XYZ 17.76 8.34 58.43 -
YUV 69.76 204.32 156.7 -
System Red Green Blue C M Y K H S L
Decimal 110 23 205 0.46 0.89 0 0.20 268.68 0.8 0.45
Hex 6E 17 CD 2E 59 0 14 10D 50 2D
Octal 156 27 315 56 131 0 24 415 120 55
Binary 1101110 10111 11001101 101110 1011001 0 10100 100001101 1010000 101101

Color Harmonies of #6E17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E17CD

Black with #6E17CD

Text Example


Text Example

White with #6E17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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