Html Css Color HEX #7720CF Purple Heart

📋 copy color: '#7720CF'

red 119 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #7720CF

Tints of Purple Heart #7720CF

RGB

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

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

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

R = 33.24%
G = 8.94%
B = 57.82%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7720CF (or 0x7720CF) is known color: Purple Heart. HEX triplet: 77, 20 and CF. RGB value is (119,32,207). Sum of RGB (Red+Green+Blue) = 119+32+207=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #7720CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7720CF is #88DF30. Grayscale: #4D4D4D. Windows color (decimal): -8970033 or 13574263. OLE color: 13574263.

HSL color Cylindrical-coordinate representation of color #7720CF: hue angle of 269.83º 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 #7720CF is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 32 207 -
CMYK 0.43 0.85 0 0.19
HSL 269.83º 0.73% 0.47% -
HSV(B) 269.83º 0.85% 0.81% -
XYZ 19.39 9.46 59.84 -
YUV 77.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 119 32 207 0.43 0.85 0 0.19 269.83 0.73 0.47
Hex 77 20 CF 2B 55 0 13 10E 49 2F
Octal 167 40 317 53 125 0 23 416 111 57
Binary 1110111 100000 11001111 101011 1010101 0 10011 100001110 1001001 101111

Color Harmonies of #7720CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7720CF

Black with #7720CF

Text Example


Text Example

White with #7720CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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