Html Css Color HEX #773ED0 Purple Heart

📋 copy color: '#773ED0'

red 119 ◦ green 62 ◦ blue 208

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

Shades of Purple Heart #773ED0

Tints of Purple Heart #773ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 30.59%
G = 15.94%
B = 53.47%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#773ED0 (or 0x773ED0) is known color: Purple Heart. HEX triplet: 77, 3E and D0. RGB value is (119,62,208). Sum of RGB (Red+Green+Blue) = 119+62+208=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #773ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ED0 is #88C12F. Grayscale: #5F5F5F. Windows color (decimal): -8962352 or 13647479. OLE color: 13647479.

HSL color Cylindrical-coordinate representation of color #773ED0: hue angle of 263.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773ED0 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 62 208 -
CMYK 0.43 0.70 0 0.18
HSL 263.42º 0.61% 0.53% -
HSV(B) 263.42º 0.7% 0.82% -
XYZ 20.72 11.92 60.88 -
YUV 95.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 119 62 208 0.43 0.70 0 0.18 263.42 0.61 0.53
Hex 77 3E D0 2B 46 0 12 107 3D 35
Octal 167 76 320 53 106 0 22 407 75 65
Binary 1110111 111110 11010000 101011 1000110 0 10010 100000111 111101 110101

Color Harmonies of #773ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ED0

Black with #773ED0

Text Example


Text Example

White with #773ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,208); }

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

background-color css

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

 a { background-color: rgb(119,62,208); }

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

border-color css

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

 span { border-color: rgb(119,62,208); }

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