Html Css Color HEX #7517CE Purple Heart

📋 copy color: '#7517CE'

red 117 ◦ green 23 ◦ blue 206

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

Shades of Purple Heart #7517CE

Tints of Purple Heart #7517CE

RGB

 RED value IS 117 (46.09% from 255) = 33.82%

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 33.82%
G = 6.65%
B = 59.54%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7517CE (or 0x7517CE) is known color: Purple Heart. HEX triplet: 75, 17 and CE. RGB value is (117,23,206). Sum of RGB (Red+Green+Blue) = 117+23+206=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7517CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517CE is #8AE831. Grayscale: #474747. Windows color (decimal): -9103410 or 13506421. OLE color: 13506421.

HSL color Cylindrical-coordinate representation of color #7517CE: hue angle of 270.82º 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 #7517CE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 23 206 -
CMYK 0.43 0.89 0 0.19
HSL 270.82º 0.8% 0.45% -
HSV(B) 270.82º 0.89% 0.81% -
XYZ 18.78 8.85 59.11 -
YUV 71.97 203.64 160.12 -
System Red Green Blue C M Y K H S L
Decimal 117 23 206 0.43 0.89 0 0.19 270.82 0.8 0.45
Hex 75 17 CE 2B 59 0 13 10F 50 2D
Octal 165 27 316 53 131 0 23 417 120 55
Binary 1110101 10111 11001110 101011 1011001 0 10011 100001111 1010000 101101

Color Harmonies of #7517CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517CE

Black with #7517CE

Text Example


Text Example

White with #7517CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7517CE; }

 p { color: rgb(117,23,206); }

 H1.HeaderClassName
 {
   color: #7517CE;
 }
 .AnyTagClassName
 {
   color: #7517CE;
 }
</style>

background-color css

<style>
 a { background-color: #7517CE; }

 a { background-color: rgb(117,23,206); }

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

border-color css

<style>
 span { border-color: #7517CE; }

 span { border-color: rgb(117,23,206); }

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