Html Css Color HEX #773FD5 Purple Heart

📋 copy color: '#773FD5'

red 119 ◦ green 63 ◦ blue 213

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

Shades of Purple Heart #773FD5

Tints of Purple Heart #773FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 213 (83.59% from 255) = 53.92%

R = 30.13%
G = 15.95%
B = 53.92%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#773FD5 (or 0x773FD5) is known color: Purple Heart. HEX triplet: 77, 3F and D5. RGB value is (119,63,213). Sum of RGB (Red+Green+Blue) = 119+63+213=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #773FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FD5 is #88C02A. Grayscale: #606060. Windows color (decimal): -8962091 or 13975415. OLE color: 13975415.

HSL color Cylindrical-coordinate representation of color #773FD5: hue angle of 262.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773FD5 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 63 213 -
CMYK 0.44 0.70 0 0.16
HSL 262.4º 0.64% 0.54% -
HSV(B) 262.4º 0.7% 0.84% -
XYZ 21.4 12.28 64.19 -
YUV 96.84 193.55 143.8 -
System Red Green Blue C M Y K H S L
Decimal 119 63 213 0.44 0.70 0 0.16 262.4 0.64 0.54
Hex 77 3F D5 2C 46 0 10 106 40 36
Octal 167 77 325 54 106 0 20 406 100 66
Binary 1110111 111111 11010101 101100 1000110 0 10000 100000110 1000000 110110

Color Harmonies of #773FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FD5

Black with #773FD5

Text Example


Text Example

White with #773FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,213); }

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

background-color css

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

 a { background-color: rgb(119,63,213); }

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

border-color css

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

 span { border-color: rgb(119,63,213); }

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