Html Css Color HEX #7117CF Purple Heart

📋 copy color: '#7117CF'

red 113 ◦ green 23 ◦ blue 207

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

Shades of Purple Heart #7117CF

Tints of Purple Heart #7117CF

RGB

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

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

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

R = 32.94%
G = 6.71%
B = 60.35%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7117CF (or 0x7117CF) is known color: Purple Heart. HEX triplet: 71, 17 and CF. RGB value is (113,23,207). Sum of RGB (Red+Green+Blue) = 113+23+207=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #7117CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117CF is #8EE830. Grayscale: #464646. Windows color (decimal): -9365553 or 13571953. OLE color: 13571953.

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

Color convert

RGB 113 23 207 -
CMYK 0.45 0.89 0 0.19
HSL 269.35º 0.8% 0.45% -
HSV(B) 269.35º 0.89% 0.81% -
XYZ 18.38 8.63 59.73 -
YUV 70.89 204.82 158.04 -
System Red Green Blue C M Y K H S L
Decimal 113 23 207 0.45 0.89 0 0.19 269.35 0.8 0.45
Hex 71 17 CF 2D 59 0 13 10D 50 2D
Octal 161 27 317 55 131 0 23 415 120 55
Binary 1110001 10111 11001111 101101 1011001 0 10011 100001101 1010000 101101

Color Harmonies of #7117CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117CF

Black with #7117CF

Text Example


Text Example

White with #7117CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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