Html Css Color HEX #772AB3 Purple Heart

📋 copy color: '#772AB3'

red 119 ◦ green 42 ◦ blue 179

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

Shades of Purple Heart #772AB3

Tints of Purple Heart #772AB3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

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

R = 35%
G = 12.35%
B = 52.65%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#772AB3 (or 0x772AB3) is known color: Purple Heart. HEX triplet: 77, 2A and B3. RGB value is (119,42,179). Sum of RGB (Red+Green+Blue) = 119+42+179=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #772AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772AB3 is #88D54C. Grayscale: #505050. Windows color (decimal): -8967501 or 11741815. OLE color: 11741815.

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

Color convert

RGB 119 42 179 -
CMYK 0.34 0.77 0 0.30
HSL 273.72º 0.62% 0.43% -
HSV(B) 273.72º 0.77% 0.7% -
XYZ 16.57 8.83 43.48 -
YUV 80.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 119 42 179 0.34 0.77 0 0.30 273.72 0.62 0.43
Hex 77 2A B3 22 4D 0 1E 112 3E 2B
Octal 167 52 263 42 115 0 36 422 76 53
Binary 1110111 101010 10110011 100010 1001101 0 11110 100010010 111110 101011

Color Harmonies of #772AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AB3

Black with #772AB3

Text Example


Text Example

White with #772AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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