Html Css Color HEX #772CCF Purple Heart

📋 copy color: '#772CCF'

red 119 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #772CCF

Tints of Purple Heart #772CCF

RGB

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

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

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

R = 32.16%
G = 11.89%
B = 55.95%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#772CCF (or 0x772CCF) is known color: Purple Heart. HEX triplet: 77, 2C and CF. RGB value is (119,44,207). Sum of RGB (Red+Green+Blue) = 119+44+207=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #772CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CCF is #88D330. Grayscale: #545454. Windows color (decimal): -8966961 or 13577335. OLE color: 13577335.

HSL color Cylindrical-coordinate representation of color #772CCF: hue angle of 267.61º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772CCF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 44 207 -
CMYK 0.43 0.79 0 0.19
HSL 267.61º 0.65% 0.49% -
HSV(B) 267.61º 0.79% 0.81% -
XYZ 19.77 10.23 59.96 -
YUV 85.01 196.85 152.25 -
System Red Green Blue C M Y K H S L
Decimal 119 44 207 0.43 0.79 0 0.19 267.61 0.65 0.49
Hex 77 2C CF 2B 4F 0 13 10C 41 31
Octal 167 54 317 53 117 0 23 414 101 61
Binary 1110111 101100 11001111 101011 1001111 0 10011 100001100 1000001 110001

Color Harmonies of #772CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CCF

Black with #772CCF

Text Example


Text Example

White with #772CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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