Html Css Color HEX #772CBD Purple Heart

📋 copy color: '#772CBD'

red 119 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #772CBD

Tints of Purple Heart #772CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 33.81%
G = 12.5%
B = 53.69%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#772CBD (or 0x772CBD) is known color: Purple Heart. HEX triplet: 77, 2C and BD. RGB value is (119,44,189). Sum of RGB (Red+Green+Blue) = 119+44+189=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #772CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CBD is #88D342. Grayscale: #525252. Windows color (decimal): -8966979 or 12397687. OLE color: 12397687.

HSL color Cylindrical-coordinate representation of color #772CBD: hue angle of 271.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772CBD is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 44 189 -
CMYK 0.37 0.77 0 0.26
HSL 271.03º 0.62% 0.46% -
HSV(B) 271.03º 0.77% 0.74% -
XYZ 17.69 9.4 49.03 -
YUV 82.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 119 44 189 0.37 0.77 0 0.26 271.03 0.62 0.46
Hex 77 2C BD 25 4D 0 1A 10F 3E 2E
Octal 167 54 275 45 115 0 32 417 76 56
Binary 1110111 101100 10111101 100101 1001101 0 11010 100001111 111110 101110

Color Harmonies of #772CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CBD

Black with #772CBD

Text Example


Text Example

White with #772CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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