Html Css Color HEX #7517BC Purple Heart

📋 copy color: '#7517BC'

red 117 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #7517BC

Tints of Purple Heart #7517BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 35.67%
G = 7.01%
B = 57.32%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7517BC (or 0x7517BC) is known color: Purple Heart. HEX triplet: 75, 17 and BC. RGB value is (117,23,188). Sum of RGB (Red+Green+Blue) = 117+23+188=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #7517BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7517BC is #8AE843. Grayscale: #454545. Windows color (decimal): -9103428 or 12326773. OLE color: 12326773.

HSL color Cylindrical-coordinate representation of color #7517BC: hue angle of 274.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7517BC is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 23 188 -
CMYK 0.38 0.88 0 0.26
HSL 274.18º 0.78% 0.41% -
HSV(B) 274.18º 0.88% 0.74% -
XYZ 16.72 8.03 48.24 -
YUV 69.92 194.64 161.58 -
System Red Green Blue C M Y K H S L
Decimal 117 23 188 0.38 0.88 0 0.26 274.18 0.78 0.41
Hex 75 17 BC 26 58 0 1A 112 4E 29
Octal 165 27 274 46 130 0 32 422 116 51
Binary 1110101 10111 10111100 100110 1011000 0 11010 100010010 1001110 101001

Color Harmonies of #7517BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7517BC

Black with #7517BC

Text Example


Text Example

White with #7517BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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