Html Css Color HEX #772CCC Purple Heart

📋 copy color: '#772CCC'

red 119 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #772CCC

Tints of Purple Heart #772CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

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

R = 32.43%
G = 11.99%
B = 55.59%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#772CCC (or 0x772CCC) is known color: Purple Heart. HEX triplet: 77, 2C and CC. RGB value is (119,44,204). Sum of RGB (Red+Green+Blue) = 119+44+204=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #772CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CCC is #88D333. Grayscale: #545454. Windows color (decimal): -8966964 or 13380727. OLE color: 13380727.

HSL color Cylindrical-coordinate representation of color #772CCC: hue angle of 268.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772CCC is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 44 204 -
CMYK 0.42 0.78 0 0.2
HSL 268.13º 0.65% 0.49% -
HSV(B) 268.13º 0.78% 0.8% -
XYZ 19.41 10.08 58.05 -
YUV 84.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 119 44 204 0.42 0.78 0 0.2 268.13 0.65 0.49
Hex 77 2C CC 2A 4E 0 14 10C 41 31
Octal 167 54 314 52 116 0 24 414 101 61
Binary 1110111 101100 11001100 101010 1001110 0 10100 100001100 1000001 110001

Color Harmonies of #772CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CCC

Black with #772CCC

Text Example


Text Example

White with #772CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772CCC; }

 p { color: rgb(119,44,204); }

 H1.HeaderClassName
 {
   color: #772CCC;
 }
 .AnyTagClassName
 {
   color: #772CCC;
 }
</style>

background-color css

<style>
 a { background-color: #772CCC; }

 a { background-color: rgb(119,44,204); }

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

border-color css

<style>
 span { border-color: #772CCC; }

 span { border-color: rgb(119,44,204); }

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