Html Css Color HEX #772DBC Purple Heart

📋 copy color: '#772DBC'

red 119 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #772DBC

Tints of Purple Heart #772DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 33.81%
G = 12.78%
B = 53.41%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#772DBC (or 0x772DBC) is known color: Purple Heart. HEX triplet: 77, 2D and BC. RGB value is (119,45,188). Sum of RGB (Red+Green+Blue) = 119+45+188=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #772DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DBC is #88D243. Grayscale: #525252. Windows color (decimal): -8966724 or 12332407. OLE color: 12332407.

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

Color convert

RGB 119 45 188 -
CMYK 0.37 0.76 0 0.26
HSL 271.05º 0.61% 0.46% -
HSV(B) 271.05º 0.76% 0.74% -
XYZ 17.62 9.43 48.47 -
YUV 83.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 119 45 188 0.37 0.76 0 0.26 271.05 0.61 0.46
Hex 77 2D BC 25 4C 0 1A 10F 3D 2E
Octal 167 55 274 45 114 0 32 417 75 56
Binary 1110111 101101 10111100 100101 1001100 0 11010 100001111 111101 101110

Color Harmonies of #772DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DBC

Black with #772DBC

Text Example


Text Example

White with #772DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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