Html Css Color HEX #7120CA Purple Heart

📋 copy color: '#7120CA'

red 113 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #7120CA

Tints of Purple Heart #7120CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 32.56%
G = 9.22%
B = 58.21%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7120CA (or 0x7120CA) is known color: Purple Heart. HEX triplet: 71, 20 and CA. RGB value is (113,32,202). Sum of RGB (Red+Green+Blue) = 113+32+202=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #7120CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CA is #8EDF35. Grayscale: #4B4B4B. Windows color (decimal): -9363254 or 13246577. OLE color: 13246577.

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

Color convert

RGB 113 32 202 -
CMYK 0.44 0.84 0 0.21
HSL 268.59º 0.73% 0.46% -
HSV(B) 268.59º 0.84% 0.79% -
XYZ 17.99 8.81 56.63 -
YUV 75.6 199.34 154.68 -
System Red Green Blue C M Y K H S L
Decimal 113 32 202 0.44 0.84 0 0.21 268.59 0.73 0.46
Hex 71 20 CA 2C 54 0 15 10D 49 2E
Octal 161 40 312 54 124 0 25 415 111 56
Binary 1110001 100000 11001010 101100 1010100 0 10101 100001101 1001001 101110

Color Harmonies of #7120CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120CA

Black with #7120CA

Text Example


Text Example

White with #7120CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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