Html Css Color HEX #772BC0 Purple Heart

📋 copy color: '#772BC0'

red 119 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #772BC0

Tints of Purple Heart #772BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.24%

R = 33.62%
G = 12.15%
B = 54.24%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#772BC0 (or 0x772BC0) is known color: Purple Heart. HEX triplet: 77, 2B and C0. RGB value is (119,43,192). Sum of RGB (Red+Green+Blue) = 119+43+192=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #772BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BC0 is #88D43F. Grayscale: #525252. Windows color (decimal): -8967232 or 12594039. OLE color: 12594039.

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

Color convert

RGB 119 43 192 -
CMYK 0.38 0.78 0 0.25
HSL 270.6º 0.63% 0.46% -
HSV(B) 270.6º 0.78% 0.75% -
XYZ 17.99 9.46 50.75 -
YUV 82.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 119 43 192 0.38 0.78 0 0.25 270.6 0.63 0.46
Hex 77 2B C0 26 4E 0 19 10F 3F 2E
Octal 167 53 300 46 116 0 31 417 77 56
Binary 1110111 101011 11000000 100110 1001110 0 11001 100001111 111111 101110

Color Harmonies of #772BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BC0

Black with #772BC0

Text Example


Text Example

White with #772BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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