Html Css Color HEX #773BC1 Purple Heart

📋 copy color: '#773BC1'

red 119 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #773BC1

Tints of Purple Heart #773BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 32.08%
G = 15.9%
B = 52.02%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#773BC1 (or 0x773BC1) is known color: Purple Heart. HEX triplet: 77, 3B and C1. RGB value is (119,59,193). Sum of RGB (Red+Green+Blue) = 119+59+193=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #773BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BC1 is #88C43E. Grayscale: #5B5B5B. Windows color (decimal): -8963135 or 12663671. OLE color: 12663671.

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

Color convert

RGB 119 59 193 -
CMYK 0.38 0.69 0 0.24
HSL 266.87º 0.53% 0.49% -
HSV(B) 266.87º 0.69% 0.76% -
XYZ 18.8 10.9 51.57 -
YUV 92.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 119 59 193 0.38 0.69 0 0.24 266.87 0.53 0.49
Hex 77 3B C1 26 45 0 18 10B 35 31
Octal 167 73 301 46 105 0 30 413 65 61
Binary 1110111 111011 11000001 100110 1000101 0 11000 100001011 110101 110001

Color Harmonies of #773BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BC1

Black with #773BC1

Text Example


Text Example

White with #773BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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