Html Css Color HEX #772DBF Purple Heart

📋 copy color: '#772DBF'

red 119 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #772DBF

Tints of Purple Heart #772DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.8%

R = 33.52%
G = 12.68%
B = 53.8%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#772DBF (or 0x772DBF) is known color: Purple Heart. HEX triplet: 77, 2D and BF. RGB value is (119,45,191). Sum of RGB (Red+Green+Blue) = 119+45+191=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #772DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DBF is #88D240. Grayscale: #535353. Windows color (decimal): -8966721 or 12529015. OLE color: 12529015.

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

Color convert

RGB 119 45 191 -
CMYK 0.38 0.76 0 0.25
HSL 270.41º 0.62% 0.46% -
HSV(B) 270.41º 0.76% 0.75% -
XYZ 17.95 9.56 50.19 -
YUV 83.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 119 45 191 0.38 0.76 0 0.25 270.41 0.62 0.46
Hex 77 2D BF 26 4C 0 19 10E 3E 2E
Octal 167 55 277 46 114 0 31 416 76 56
Binary 1110111 101101 10111111 100110 1001100 0 11001 100001110 111110 101110

Color Harmonies of #772DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DBF

Black with #772DBF

Text Example


Text Example

White with #772DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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