Html Css Color HEX #773DC5 Purple Heart

📋 copy color: '#773DC5'

red 119 ◦ green 61 ◦ blue 197

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

Shades of Purple Heart #773DC5

Tints of Purple Heart #773DC5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 31.56%
G = 16.18%
B = 52.25%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#773DC5 (or 0x773DC5) is known color: Purple Heart. HEX triplet: 77, 3D and C5. RGB value is (119,61,197). Sum of RGB (Red+Green+Blue) = 119+61+197=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #773DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DC5 is #88C23A. Grayscale: #5D5D5D. Windows color (decimal): -8962619 or 12926327. OLE color: 12926327.

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

Color convert

RGB 119 61 197 -
CMYK 0.40 0.69 0 0.23
HSL 265.59º 0.54% 0.51% -
HSV(B) 265.59º 0.69% 0.77% -
XYZ 19.35 11.29 53.98 -
YUV 93.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 119 61 197 0.40 0.69 0 0.23 265.59 0.54 0.51
Hex 77 3D C5 28 45 0 17 10A 36 33
Octal 167 75 305 50 105 0 27 412 66 63
Binary 1110111 111101 11000101 101000 1000101 0 10111 100001010 110110 110011

Color Harmonies of #773DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DC5

Black with #773DC5

Text Example


Text Example

White with #773DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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