Html Css Color HEX #7720CA Purple Heart

📋 copy color: '#7720CA'

red 119 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #7720CA

Tints of Purple Heart #7720CA

RGB

 RED value IS 119 (46.88% from 255) = 33.71%

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

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

R = 33.71%
G = 9.07%
B = 57.22%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7720CA (or 0x7720CA) is known color: Purple Heart. HEX triplet: 77, 20 and CA. RGB value is (119,32,202). Sum of RGB (Red+Green+Blue) = 119+32+202=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #7720CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7720CA is #88DF35. Grayscale: #4C4C4C. Windows color (decimal): -8970038 or 13246583. OLE color: 13246583.

HSL color Cylindrical-coordinate representation of color #7720CA: hue angle of 270.71º 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 #7720CA is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 32 202 -
CMYK 0.41 0.84 0 0.21
HSL 270.71º 0.73% 0.46% -
HSV(B) 270.71º 0.84% 0.79% -
XYZ 18.78 9.22 56.67 -
YUV 77.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 119 32 202 0.41 0.84 0 0.21 270.71 0.73 0.46
Hex 77 20 CA 29 54 0 15 10F 49 2E
Octal 167 40 312 51 124 0 25 417 111 56
Binary 1110111 100000 11001010 101001 1010100 0 10101 100001111 1001001 101110

Color Harmonies of #7720CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7720CA

Black with #7720CA

Text Example


Text Example

White with #7720CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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