Html Css Color HEX #773BB8 Purple Heart

📋 copy color: '#773BB8'

red 119 ◦ green 59 ◦ blue 184

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

Shades of Purple Heart #773BB8

Tints of Purple Heart #773BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 184 (72.27% from 255) = 50.83%

R = 32.87%
G = 16.3%
B = 50.83%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#773BB8 (or 0x773BB8) is known color: Purple Heart. HEX triplet: 77, 3B and B8. RGB value is (119,59,184). Sum of RGB (Red+Green+Blue) = 119+59+184=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #773BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BB8 is #88C447. Grayscale: #5A5A5A. Windows color (decimal): -8963144 or 12073847. OLE color: 12073847.

HSL color Cylindrical-coordinate representation of color #773BB8: hue angle of 268.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773BB8 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 59 184 -
CMYK 0.35 0.68 0 0.28
HSL 268.8º 0.51% 0.48% -
HSV(B) 268.8º 0.68% 0.72% -
XYZ 17.82 10.51 46.44 -
YUV 91.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 119 59 184 0.35 0.68 0 0.28 268.8 0.51 0.48
Hex 77 3B B8 23 44 0 1C 10D 33 30
Octal 167 73 270 43 104 0 34 415 63 60
Binary 1110111 111011 10111000 100011 1000100 0 11100 100001101 110011 110000

Color Harmonies of #773BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BB8

Black with #773BB8

Text Example


Text Example

White with #773BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,59,184); }

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

background-color css

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

 a { background-color: rgb(119,59,184); }

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

border-color css

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

 span { border-color: rgb(119,59,184); }

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