Html Css Color HEX #773DB9 Purple Heart

📋 copy color: '#773DB9'

red 119 ◦ green 61 ◦ blue 185

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

Shades of Purple Heart #773DB9

Tints of Purple Heart #773DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 32.6%
G = 16.71%
B = 50.68%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#773DB9 (or 0x773DB9) is known color: Purple Heart. HEX triplet: 77, 3D and B9. RGB value is (119,61,185). Sum of RGB (Red+Green+Blue) = 119+61+185=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #773DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DB9 is #88C246. Grayscale: #5C5C5C. Windows color (decimal): -8962631 or 12139895. OLE color: 12139895.

HSL color Cylindrical-coordinate representation of color #773DB9: hue angle of 268.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773DB9 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 61 185 -
CMYK 0.36 0.67 0 0.27
HSL 268.06º 0.5% 0.48% -
HSV(B) 268.06º 0.67% 0.73% -
XYZ 18.03 10.76 47.03 -
YUV 92.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 119 61 185 0.36 0.67 0 0.27 268.06 0.5 0.48
Hex 77 3D B9 24 43 0 1B 10C 32 30
Octal 167 75 271 44 103 0 33 414 62 60
Binary 1110111 111101 10111001 100100 1000011 0 11011 100001100 110010 110000

Color Harmonies of #773DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DB9

Black with #773DB9

Text Example


Text Example

White with #773DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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