Html Css Color HEX #7120CE Purple Heart

📋 copy color: '#7120CE'

red 113 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #7120CE

Tints of Purple Heart #7120CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 32.19%
G = 9.12%
B = 58.69%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7120CE (or 0x7120CE) is known color: Purple Heart. HEX triplet: 71, 20 and CE. RGB value is (113,32,206). Sum of RGB (Red+Green+Blue) = 113+32+206=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #7120CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CE is #8EDF31. Grayscale: #4B4B4B. Windows color (decimal): -9363250 or 13508721. OLE color: 13508721.

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

Color convert

RGB 113 32 206 -
CMYK 0.45 0.84 0 0.19
HSL 267.93º 0.73% 0.47% -
HSV(B) 267.93º 0.84% 0.81% -
XYZ 18.47 9 59.16 -
YUV 76.06 201.34 154.35 -
System Red Green Blue C M Y K H S L
Decimal 113 32 206 0.45 0.84 0 0.19 267.93 0.73 0.47
Hex 71 20 CE 2D 54 0 13 10C 49 2F
Octal 161 40 316 55 124 0 23 414 111 57
Binary 1110001 100000 11001110 101101 1010100 0 10011 100001100 1001001 101111

Color Harmonies of #7120CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120CE

Black with #7120CE

Text Example


Text Example

White with #7120CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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