Html Css Color HEX #773AC0 Purple Heart

📋 copy color: '#773AC0'

red 119 ◦ green 58 ◦ blue 192

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

Shades of Purple Heart #773AC0

Tints of Purple Heart #773AC0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

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

R = 32.25%
G = 15.72%
B = 52.03%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#773AC0 (or 0x773AC0) is known color: Purple Heart. HEX triplet: 77, 3A and C0. RGB value is (119,58,192). Sum of RGB (Red+Green+Blue) = 119+58+192=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #773AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AC0 is #88C53F. Grayscale: #5B5B5B. Windows color (decimal): -8963392 or 12597879. OLE color: 12597879.

HSL color Cylindrical-coordinate representation of color #773AC0: hue angle of 267.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773AC0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 58 192 -
CMYK 0.38 0.70 0 0.25
HSL 267.31º 0.54% 0.49% -
HSV(B) 267.31º 0.7% 0.75% -
XYZ 18.64 10.75 50.96 -
YUV 91.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 119 58 192 0.38 0.70 0 0.25 267.31 0.54 0.49
Hex 77 3A C0 26 46 0 19 10B 36 31
Octal 167 72 300 46 106 0 31 413 66 61
Binary 1110111 111010 11000000 100110 1000110 0 11001 100001011 110110 110001

Color Harmonies of #773AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AC0

Black with #773AC0

Text Example


Text Example

White with #773AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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