Html Css Color HEX #7120CF Purple Heart

📋 copy color: '#7120CF'

red 113 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #7120CF

Tints of Purple Heart #7120CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

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

R = 32.1%
G = 9.09%
B = 58.81%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7120CF (or 0x7120CF) is known color: Purple Heart. HEX triplet: 71, 20 and CF. RGB value is (113,32,207). Sum of RGB (Red+Green+Blue) = 113+32+207=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #7120CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CF is #8EDF30. Grayscale: #4B4B4B. Windows color (decimal): -9363249 or 13574257. OLE color: 13574257.

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

Color convert

RGB 113 32 207 -
CMYK 0.45 0.85 0 0.19
HSL 267.77º 0.73% 0.47% -
HSV(B) 267.77º 0.85% 0.81% -
XYZ 18.59 9.05 59.8 -
YUV 76.17 201.84 154.27 -
System Red Green Blue C M Y K H S L
Decimal 113 32 207 0.45 0.85 0 0.19 267.77 0.73 0.47
Hex 71 20 CF 2D 55 0 13 10C 49 2F
Octal 161 40 317 55 125 0 23 414 111 57
Binary 1110001 100000 11001111 101101 1010101 0 10011 100001100 1001001 101111

Color Harmonies of #7120CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120CF

Black with #7120CF

Text Example


Text Example

White with #7120CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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