Html Css Color HEX #773AC5 Purple Heart

📋 copy color: '#773AC5'

red 119 ◦ green 58 ◦ blue 197

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

Shades of Purple Heart #773AC5

Tints of Purple Heart #773AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.67%

R = 31.82%
G = 15.51%
B = 52.67%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#773AC5 (or 0x773AC5) is known color: Purple Heart. HEX triplet: 77, 3A and C5. RGB value is (119,58,197). Sum of RGB (Red+Green+Blue) = 119+58+197=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #773AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AC5 is #88C53A. Grayscale: #5B5B5B. Windows color (decimal): -8963387 or 12925559. OLE color: 12925559.

HSL color Cylindrical-coordinate representation of color #773AC5: hue angle of 266.33º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773AC5 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 58 197 -
CMYK 0.40 0.71 0 0.23
HSL 266.33º 0.55% 0.5% -
HSV(B) 266.33º 0.71% 0.77% -
XYZ 19.2 10.98 53.93 -
YUV 92.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 119 58 197 0.40 0.71 0 0.23 266.33 0.55 0.5
Hex 77 3A C5 28 47 0 17 10A 37 32
Octal 167 72 305 50 107 0 27 412 67 62
Binary 1110111 111010 11000101 101000 1000111 0 10111 100001010 110111 110010

Color Harmonies of #773AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AC5

Black with #773AC5

Text Example


Text Example

White with #773AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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