Html Css Color HEX #7117D2 Purple Heart

📋 copy color: '#7117D2'

red 113 ◦ green 23 ◦ blue 210

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

Shades of Purple Heart #7117D2

Tints of Purple Heart #7117D2

RGB

 RED value IS 113 (44.53% from 255) = 32.66%

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

 BLUE value IS 210 (82.42% from 255) = 60.69%

R = 32.66%
G = 6.65%
B = 60.69%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7117D2 (or 0x7117D2) is known color: Purple Heart. HEX triplet: 71, 17 and D2. RGB value is (113,23,210). Sum of RGB (Red+Green+Blue) = 113+23+210=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 210 (82.42% from 255 or 60.69% from 346); Max value from RGB is 210 - color contains mainly: blue. Hex color #7117D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117D2 is #8EE82D. Grayscale: #464646. Windows color (decimal): -9365550 or 13768561. OLE color: 13768561.

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

Color convert

RGB 113 23 210 -
CMYK 0.46 0.89 0 0.18
HSL 268.88º 0.8% 0.46% -
HSV(B) 268.88º 0.89% 0.82% -
XYZ 18.75 8.78 61.68 -
YUV 71.23 206.32 157.79 -
System Red Green Blue C M Y K H S L
Decimal 113 23 210 0.46 0.89 0 0.18 268.88 0.8 0.46
Hex 71 17 D2 2E 59 0 12 10D 50 2E
Octal 161 27 322 56 131 0 22 415 120 56
Binary 1110001 10111 11010010 101110 1011001 0 10010 100001101 1010000 101110

Color Harmonies of #7117D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117D2

Black with #7117D2

Text Example


Text Example

White with #7117D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7117D2; }

 p { color: rgb(113,23,210); }

 H1.HeaderClassName
 {
   color: #7117D2;
 }
 .AnyTagClassName
 {
   color: #7117D2;
 }
</style>

background-color css

<style>
 a { background-color: #7117D2; }

 a { background-color: rgb(113,23,210); }

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

border-color css

<style>
 span { border-color: #7117D2; }

 span { border-color: rgb(113,23,210); }

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