Html Css Color HEX #7120CC Purple Heart

📋 copy color: '#7120CC'

red 113 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #7120CC

Tints of Purple Heart #7120CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 32.38%
G = 9.17%
B = 58.45%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7120CC (or 0x7120CC) is known color: Purple Heart. HEX triplet: 71, 20 and CC. RGB value is (113,32,204). Sum of RGB (Red+Green+Blue) = 113+32+204=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #7120CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CC is #8EDF33. Grayscale: #4B4B4B. Windows color (decimal): -9363252 or 13377649. OLE color: 13377649.

HSL color Cylindrical-coordinate representation of color #7120CC: hue angle of 268.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7120CC is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 32 204 -
CMYK 0.45 0.84 0 0.2
HSL 268.26º 0.73% 0.46% -
HSV(B) 268.26º 0.84% 0.8% -
XYZ 18.23 8.9 57.88 -
YUV 75.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 113 32 204 0.45 0.84 0 0.2 268.26 0.73 0.46
Hex 71 20 CC 2D 54 0 14 10C 49 2E
Octal 161 40 314 55 124 0 24 414 111 56
Binary 1110001 100000 11001100 101101 1010100 0 10100 100001100 1001001 101110

Color Harmonies of #7120CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120CC

Black with #7120CC

Text Example


Text Example

White with #7120CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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