Html Css Color HEX #773DC0 Purple Heart

📋 copy color: '#773DC0'

red 119 ◦ green 61 ◦ blue 192

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

Shades of Purple Heart #773DC0

Tints of Purple Heart #773DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 31.99%
G = 16.4%
B = 51.61%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#773DC0 (or 0x773DC0) is known color: Purple Heart. HEX triplet: 77, 3D and C0. RGB value is (119,61,192). Sum of RGB (Red+Green+Blue) = 119+61+192=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #773DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DC0 is #88C23F. Grayscale: #5C5C5C. Windows color (decimal): -8962624 or 12598647. OLE color: 12598647.

HSL color Cylindrical-coordinate representation of color #773DC0: hue angle of 266.56º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773DC0 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 61 192 -
CMYK 0.38 0.68 0 0.25
HSL 266.56º 0.52% 0.5% -
HSV(B) 266.56º 0.68% 0.75% -
XYZ 18.79 11.07 51.01 -
YUV 93.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 119 61 192 0.38 0.68 0 0.25 266.56 0.52 0.5
Hex 77 3D C0 26 44 0 19 10B 34 32
Octal 167 75 300 46 104 0 31 413 64 62
Binary 1110111 111101 11000000 100110 1000100 0 11001 100001011 110100 110010

Color Harmonies of #773DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DC0

Black with #773DC0

Text Example


Text Example

White with #773DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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