Html Css Color HEX #773ABE Purple Heart

📋 copy color: '#773ABE'

red 119 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #773ABE

Tints of Purple Heart #773ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 32.43%
G = 15.8%
B = 51.77%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#773ABE (or 0x773ABE) is known color: Purple Heart. HEX triplet: 77, 3A and BE. RGB value is (119,58,190). Sum of RGB (Red+Green+Blue) = 119+58+190=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #773ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ABE is #88C541. Grayscale: #5A5A5A. Windows color (decimal): -8963394 or 12466807. OLE color: 12466807.

HSL color Cylindrical-coordinate representation of color #773ABE: hue angle of 267.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #773ABE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 58 190 -
CMYK 0.37 0.69 0 0.25
HSL 267.73º 0.53% 0.49% -
HSV(B) 267.73º 0.69% 0.75% -
XYZ 18.42 10.67 49.8 -
YUV 91.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 119 58 190 0.37 0.69 0 0.25 267.73 0.53 0.49
Hex 77 3A BE 25 45 0 19 10C 35 31
Octal 167 72 276 45 105 0 31 414 65 61
Binary 1110111 111010 10111110 100101 1000101 0 11001 100001100 110101 110001

Color Harmonies of #773ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773ABE

Black with #773ABE

Text Example


Text Example

White with #773ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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