Html Css Color HEX #772BC1 Purple Heart

📋 copy color: '#772BC1'

red 119 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #772BC1

Tints of Purple Heart #772BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.37%

R = 33.52%
G = 12.11%
B = 54.37%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#772BC1 (or 0x772BC1) is known color: Purple Heart. HEX triplet: 77, 2B and C1. RGB value is (119,43,193). Sum of RGB (Red+Green+Blue) = 119+43+193=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #772BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BC1 is #88D43E. Grayscale: #525252. Windows color (decimal): -8967231 or 12659575. OLE color: 12659575.

HSL color Cylindrical-coordinate representation of color #772BC1: hue angle of 270.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772BC1 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 43 193 -
CMYK 0.38 0.78 0 0.24
HSL 270.4º 0.64% 0.46% -
HSV(B) 270.4º 0.78% 0.76% -
XYZ 18.1 9.5 51.33 -
YUV 82.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 119 43 193 0.38 0.78 0 0.24 270.4 0.64 0.46
Hex 77 2B C1 26 4E 0 18 10E 40 2E
Octal 167 53 301 46 116 0 30 416 100 56
Binary 1110111 101011 11000001 100110 1001110 0 11000 100001110 1000000 101110

Color Harmonies of #772BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BC1

Black with #772BC1

Text Example


Text Example

White with #772BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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