Html Css Color HEX #772EBE Purple Heart

📋 copy color: '#772EBE'

red 119 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #772EBE

Tints of Purple Heart #772EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 33.52%
G = 12.96%
B = 53.52%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#772EBE (or 0x772EBE) is known color: Purple Heart. HEX triplet: 77, 2E and BE. RGB value is (119,46,190). Sum of RGB (Red+Green+Blue) = 119+46+190=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #772EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772EBE is #88D141. Grayscale: #535353. Windows color (decimal): -8966466 or 12463735. OLE color: 12463735.

HSL color Cylindrical-coordinate representation of color #772EBE: hue angle of 270.42º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772EBE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 46 190 -
CMYK 0.37 0.76 0 0.25
HSL 270.42º 0.61% 0.46% -
HSV(B) 270.42º 0.76% 0.75% -
XYZ 17.88 9.59 49.62 -
YUV 84.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 119 46 190 0.37 0.76 0 0.25 270.42 0.61 0.46
Hex 77 2E BE 25 4C 0 19 10E 3D 2E
Octal 167 56 276 45 114 0 31 416 75 56
Binary 1110111 101110 10111110 100101 1001100 0 11001 100001110 111101 101110

Color Harmonies of #772EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772EBE

Black with #772EBE

Text Example


Text Example

White with #772EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,190); }

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

background-color css

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

 a { background-color: rgb(119,46,190); }

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

border-color css

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

 span { border-color: rgb(119,46,190); }

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