Html Css Color HEX #772DBE Purple Heart

📋 copy color: '#772DBE'

red 119 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #772DBE

Tints of Purple Heart #772DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.71%

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

R = 33.62%
G = 12.71%
B = 53.67%

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

#772DBE (or 0x772DBE) is known color: Purple Heart. HEX triplet: 77, 2D and BE. RGB value is (119,45,190). Sum of RGB (Red+Green+Blue) = 119+45+190=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #772DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DBE is #88D241. Grayscale: #535353. Windows color (decimal): -8966722 or 12463479. OLE color: 12463479.

HSL color Cylindrical-coordinate representation of color #772DBE: hue angle of 270.62º degrees, saturation: 0.62, 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 #772DBE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 45 190 -
CMYK 0.37 0.76 0 0.25
HSL 270.62º 0.62% 0.46% -
HSV(B) 270.62º 0.76% 0.75% -
XYZ 17.84 9.52 49.61 -
YUV 83.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 119 45 190 0.37 0.76 0 0.25 270.62 0.62 0.46
Hex 77 2D BE 25 4C 0 19 10F 3E 2E
Octal 167 55 276 45 114 0 31 417 76 56
Binary 1110111 101101 10111110 100101 1001100 0 11001 100001111 111110 101110

Color Harmonies of #772DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DBE

Black with #772DBE

Text Example


Text Example

White with #772DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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