Html Css Color HEX #773ABA Purple Heart

📋 copy color: '#773ABA'

red 119 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #773ABA

Tints of Purple Heart #773ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 32.78%
G = 15.98%
B = 51.24%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#773ABA (or 0x773ABA) is known color: Purple Heart. HEX triplet: 77, 3A and BA. RGB value is (119,58,186). Sum of RGB (Red+Green+Blue) = 119+58+186=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #773ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABA is #88C545. Grayscale: #5A5A5A. Windows color (decimal): -8963398 or 12204663. OLE color: 12204663.

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

Color convert

RGB 119 58 186 -
CMYK 0.36 0.69 0 0.27
HSL 268.59º 0.52% 0.48% -
HSV(B) 268.59º 0.69% 0.73% -
XYZ 17.98 10.49 47.53 -
YUV 90.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 119 58 186 0.36 0.69 0 0.27 268.59 0.52 0.48
Hex 77 3A BA 24 45 0 1B 10D 34 30
Octal 167 72 272 44 105 0 33 415 64 60
Binary 1110111 111010 10111010 100100 1000101 0 11011 100001101 110100 110000

Color Harmonies of #773ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ABA

Black with #773ABA

Text Example


Text Example

White with #773ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,186); }

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

background-color css

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

 a { background-color: rgb(119,58,186); }

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

border-color css

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

 span { border-color: rgb(119,58,186); }

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