Html Css Color HEX #6E17CF Purple Heart

📋 copy color: '#6E17CF'

red 110 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #6E17CF

Tints of Purple Heart #6E17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 32.35%
G = 6.76%
B = 60.88%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E17CF (or 0x6E17CF) is known color: Purple Heart. HEX triplet: 6E, 17 and CF. RGB value is (110,23,207). Sum of RGB (Red+Green+Blue) = 110+23+207=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E17CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E17CF is #91E830. Grayscale: #454545. Windows color (decimal): -9562161 or 13571950. OLE color: 13571950.

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

Color convert

RGB 110 23 207 -
CMYK 0.47 0.89 0 0.19
HSL 268.37º 0.8% 0.45% -
HSV(B) 268.37º 0.89% 0.81% -
XYZ 18 8.43 59.71 -
YUV 69.99 205.32 156.54 -
System Red Green Blue C M Y K H S L
Decimal 110 23 207 0.47 0.89 0 0.19 268.37 0.8 0.45
Hex 6E 17 CF 2F 59 0 13 10C 50 2D
Octal 156 27 317 57 131 0 23 414 120 55
Binary 1101110 10111 11001111 101111 1011001 0 10011 100001100 1010000 101101

Color Harmonies of #6E17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E17CF

Black with #6E17CF

Text Example


Text Example

White with #6E17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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