Html Css Color HEX #773AC9 Purple Heart

📋 copy color: '#773AC9'

red 119 ◦ green 58 ◦ blue 201

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

Shades of Purple Heart #773AC9

Tints of Purple Heart #773AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 31.48%
G = 15.34%
B = 53.17%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#773AC9 (or 0x773AC9) is known color: Purple Heart. HEX triplet: 77, 3A and C9. RGB value is (119,58,201). Sum of RGB (Red+Green+Blue) = 119+58+201=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #773AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773AC9 is #88C536. Grayscale: #5C5C5C. Windows color (decimal): -8963383 or 13187703. OLE color: 13187703.

HSL color Cylindrical-coordinate representation of color #773AC9: hue angle of 265.59º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773AC9 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 58 201 -
CMYK 0.41 0.71 0 0.21
HSL 265.59º 0.57% 0.51% -
HSV(B) 265.59º 0.71% 0.79% -
XYZ 19.66 11.17 56.38 -
YUV 92.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 119 58 201 0.41 0.71 0 0.21 265.59 0.57 0.51
Hex 77 3A C9 29 47 0 15 10A 39 33
Octal 167 72 311 51 107 0 25 412 71 63
Binary 1110111 111010 11001001 101001 1000111 0 10101 100001010 111001 110011

Color Harmonies of #773AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AC9

Black with #773AC9

Text Example


Text Example

White with #773AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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