Html Css Color HEX #772BBE Purple Heart

📋 copy color: '#772BBE'

red 119 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #772BBE

Tints of Purple Heart #772BBE

RGB

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

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

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

R = 33.81%
G = 12.22%
B = 53.98%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#772BBE (or 0x772BBE) is known color: Purple Heart. HEX triplet: 77, 2B and BE. RGB value is (119,43,190). Sum of RGB (Red+Green+Blue) = 119+43+190=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #772BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BBE is #88D441. Grayscale: #515151. Windows color (decimal): -8967234 or 12462967. OLE color: 12462967.

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

Color convert

RGB 119 43 190 -
CMYK 0.37 0.77 0 0.25
HSL 271.02º 0.63% 0.46% -
HSV(B) 271.02º 0.77% 0.75% -
XYZ 17.77 9.37 49.59 -
YUV 82.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 119 43 190 0.37 0.77 0 0.25 271.02 0.63 0.46
Hex 77 2B BE 25 4D 0 19 10F 3F 2E
Octal 167 53 276 45 115 0 31 417 77 56
Binary 1110111 101011 10111110 100101 1001101 0 11001 100001111 111111 101110

Color Harmonies of #772BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BBE

Black with #772BBE

Text Example


Text Example

White with #772BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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