Html Css Color HEX #773FBD Purple Heart

📋 copy color: '#773FBD'

red 119 ◦ green 63 ◦ blue 189

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

Shades of Purple Heart #773FBD

Tints of Purple Heart #773FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 32.08%
G = 16.98%
B = 50.94%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#773FBD (or 0x773FBD) is known color: Purple Heart. HEX triplet: 77, 3F and BD. RGB value is (119,63,189). Sum of RGB (Red+Green+Blue) = 119+63+189=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #773FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FBD is #88C042. Grayscale: #5D5D5D. Windows color (decimal): -8962115 or 12402551. OLE color: 12402551.

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

Color convert

RGB 119 63 189 -
CMYK 0.37 0.67 0 0.26
HSL 266.67º 0.5% 0.49% -
HSV(B) 266.67º 0.67% 0.74% -
XYZ 18.57 11.15 49.32 -
YUV 94.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 119 63 189 0.37 0.67 0 0.26 266.67 0.5 0.49
Hex 77 3F BD 25 43 0 1A 10B 32 31
Octal 167 77 275 45 103 0 32 413 62 61
Binary 1110111 111111 10111101 100101 1000011 0 11010 100001011 110010 110001

Color Harmonies of #773FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FBD

Black with #773FBD

Text Example


Text Example

White with #773FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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