Html Css Color HEX #773FBC Purple Heart

📋 copy color: '#773FBC'

red 119 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #773FBC

Tints of Purple Heart #773FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 32.16%
G = 17.03%
B = 50.81%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#773FBC (or 0x773FBC) is known color: Purple Heart. HEX triplet: 77, 3F and BC. RGB value is (119,63,188). Sum of RGB (Red+Green+Blue) = 119+63+188=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #773FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FBC is #88C043. Grayscale: #5D5D5D. Windows color (decimal): -8962116 or 12337015. OLE color: 12337015.

HSL color Cylindrical-coordinate representation of color #773FBC: hue angle of 266.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773FBC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 63 188 -
CMYK 0.37 0.66 0 0.26
HSL 266.88º 0.5% 0.49% -
HSV(B) 266.88º 0.66% 0.74% -
XYZ 18.46 11.11 48.75 -
YUV 93.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 119 63 188 0.37 0.66 0 0.26 266.88 0.5 0.49
Hex 77 3F BC 25 42 0 1A 10B 32 31
Octal 167 77 274 45 102 0 32 413 62 61
Binary 1110111 111111 10111100 100101 1000010 0 11010 100001011 110010 110001

Color Harmonies of #773FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FBC

Black with #773FBC

Text Example


Text Example

White with #773FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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