Html Css Color HEX #7220CC Purple Heart

📋 copy color: '#7220CC'

red 114 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #7220CC

Tints of Purple Heart #7220CC

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

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

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

R = 32.57%
G = 9.14%
B = 58.29%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7220CC (or 0x7220CC) is known color: Purple Heart. HEX triplet: 72, 20 and CC. RGB value is (114,32,204). Sum of RGB (Red+Green+Blue) = 114+32+204=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #7220CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220CC is #8DDF33. Grayscale: #4B4B4B. Windows color (decimal): -9297716 or 13377650. OLE color: 13377650.

HSL color Cylindrical-coordinate representation of color #7220CC: hue angle of 268.6º 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 #7220CC is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 32 204 -
CMYK 0.44 0.84 0 0.2
HSL 268.6º 0.73% 0.46% -
HSV(B) 268.6º 0.84% 0.8% -
XYZ 18.36 8.97 57.89 -
YUV 76.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 114 32 204 0.44 0.84 0 0.2 268.6 0.73 0.46
Hex 72 20 CC 2C 54 0 14 10D 49 2E
Octal 162 40 314 54 124 0 24 415 111 56
Binary 1110010 100000 11001100 101100 1010100 0 10100 100001101 1001001 101110

Color Harmonies of #7220CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7220CC

Black with #7220CC

Text Example


Text Example

White with #7220CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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