Html Css Color HEX #772FB2 Purple Heart

📋 copy color: '#772FB2'

red 119 ◦ green 47 ◦ blue 178

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

Shades of Purple Heart #772FB2

Tints of Purple Heart #772FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.66%

 BLUE value IS 178 (69.92% from 255) = 51.74%

R = 34.59%
G = 13.66%
B = 51.74%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#772FB2 (or 0x772FB2) is known color: Purple Heart. HEX triplet: 77, 2F and B2. RGB value is (119,47,178). Sum of RGB (Red+Green+Blue) = 119+47+178=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #772FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FB2 is #88D04D. Grayscale: #535353. Windows color (decimal): -8966222 or 11677559. OLE color: 11677559.

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

Color convert

RGB 119 47 178 -
CMYK 0.33 0.74 0 0.30
HSL 272.98º 0.58% 0.44% -
HSV(B) 272.98º 0.74% 0.7% -
XYZ 16.66 9.17 43.01 -
YUV 83.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 119 47 178 0.33 0.74 0 0.30 272.98 0.58 0.44
Hex 77 2F B2 21 4A 0 1E 111 3A 2C
Octal 167 57 262 41 112 0 36 421 72 54
Binary 1110111 101111 10110010 100001 1001010 0 11110 100010001 111010 101100

Color Harmonies of #772FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FB2

Black with #772FB2

Text Example


Text Example

White with #772FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,178); }

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

background-color css

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

 a { background-color: rgb(119,47,178); }

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

border-color css

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

 span { border-color: rgb(119,47,178); }

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