Html Css Color HEX #773FBA Purple Heart

📋 copy color: '#773FBA'

red 119 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #773FBA

Tints of Purple Heart #773FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 32.34%
G = 17.12%
B = 50.54%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#773FBA (or 0x773FBA) is known color: Purple Heart. HEX triplet: 77, 3F and BA. RGB value is (119,63,186). Sum of RGB (Red+Green+Blue) = 119+63+186=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #773FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FBA is #88C045. Grayscale: #5D5D5D. Windows color (decimal): -8962118 or 12205943. OLE color: 12205943.

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

Color convert

RGB 119 63 186 -
CMYK 0.36 0.66 0 0.27
HSL 267.32º 0.49% 0.49% -
HSV(B) 267.32º 0.66% 0.73% -
XYZ 18.25 11.02 47.62 -
YUV 93.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 119 63 186 0.36 0.66 0 0.27 267.32 0.49 0.49
Hex 77 3F BA 24 42 0 1B 10B 31 31
Octal 167 77 272 44 102 0 33 413 61 61
Binary 1110111 111111 10111010 100100 1000010 0 11011 100001011 110001 110001

Color Harmonies of #773FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FBA

Black with #773FBA

Text Example


Text Example

White with #773FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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