Html Css Color HEX #772BB3 Purple Heart

📋 copy color: '#772BB3'

red 119 ◦ green 43 ◦ blue 179

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

Shades of Purple Heart #772BB3

Tints of Purple Heart #772BB3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 34.9%
G = 12.61%
B = 52.49%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#772BB3 (or 0x772BB3) is known color: Purple Heart. HEX triplet: 77, 2B and B3. RGB value is (119,43,179). Sum of RGB (Red+Green+Blue) = 119+43+179=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #772BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BB3 is #88D44C. Grayscale: #505050. Windows color (decimal): -8967245 or 11742071. OLE color: 11742071.

HSL color Cylindrical-coordinate representation of color #772BB3: hue angle of 273.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772BB3 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 43 179 -
CMYK 0.34 0.76 0 0.30
HSL 273.53º 0.61% 0.44% -
HSV(B) 273.53º 0.76% 0.7% -
XYZ 16.61 8.9 43.49 -
YUV 81.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 119 43 179 0.34 0.76 0 0.30 273.53 0.61 0.44
Hex 77 2B B3 22 4C 0 1E 112 3D 2C
Octal 167 53 263 42 114 0 36 422 75 54
Binary 1110111 101011 10110011 100010 1001100 0 11110 100010010 111101 101100

Color Harmonies of #772BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BB3

Black with #772BB3

Text Example


Text Example

White with #772BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,43,179); }

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

background-color css

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

 a { background-color: rgb(119,43,179); }

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

border-color css

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

 span { border-color: rgb(119,43,179); }

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