Html Css Color HEX #7220CE Purple Heart

📋 copy color: '#7220CE'

red 114 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #7220CE

Tints of Purple Heart #7220CE

RGB

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

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

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

R = 32.39%
G = 9.09%
B = 58.52%

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

#7220CE (or 0x7220CE) is known color: Purple Heart. HEX triplet: 72, 20 and CE. RGB value is (114,32,206). Sum of RGB (Red+Green+Blue) = 114+32+206=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #7220CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220CE is #8DDF31. Grayscale: #4B4B4B. Windows color (decimal): -9297714 or 13508722. OLE color: 13508722.

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

Color convert

RGB 114 32 206 -
CMYK 0.45 0.84 0 0.19
HSL 268.28º 0.73% 0.47% -
HSV(B) 268.28º 0.84% 0.81% -
XYZ 18.6 9.07 59.16 -
YUV 76.35 201.17 154.85 -
System Red Green Blue C M Y K H S L
Decimal 114 32 206 0.45 0.84 0 0.19 268.28 0.73 0.47
Hex 72 20 CE 2D 54 0 13 10C 49 2F
Octal 162 40 316 55 124 0 23 414 111 57
Binary 1110010 100000 11001110 101101 1010100 0 10011 100001100 1001001 101111

Color Harmonies of #7220CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7220CE

Black with #7220CE

Text Example


Text Example

White with #7220CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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