Html Css Color HEX #7220CF Purple Heart

📋 copy color: '#7220CF'

red 114 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #7220CF

Tints of Purple Heart #7220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 32.29%
G = 9.07%
B = 58.64%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7220CF (or 0x7220CF) is known color: Purple Heart. HEX triplet: 72, 20 and CF. RGB value is (114,32,207). Sum of RGB (Red+Green+Blue) = 114+32+207=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #7220CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7220CF is #8DDF30. Grayscale: #4B4B4B. Windows color (decimal): -9297713 or 13574258. OLE color: 13574258.

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

Color convert

RGB 114 32 207 -
CMYK 0.45 0.85 0 0.19
HSL 268.11º 0.73% 0.47% -
HSV(B) 268.11º 0.85% 0.81% -
XYZ 18.72 9.12 59.8 -
YUV 76.47 201.67 154.77 -
System Red Green Blue C M Y K H S L
Decimal 114 32 207 0.45 0.85 0 0.19 268.11 0.73 0.47
Hex 72 20 CF 2D 55 0 13 10C 49 2F
Octal 162 40 317 55 125 0 23 414 111 57
Binary 1110010 100000 11001111 101101 1010101 0 10011 100001100 1001001 101111

Color Harmonies of #7220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7220CF

Black with #7220CF

Text Example


Text Example

White with #7220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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