Html Css Color HEX #773EBF Purple Heart

📋 copy color: '#773EBF'

red 119 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #773EBF

Tints of Purple Heart #773EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 191 (75% from 255) = 51.34%

R = 31.99%
G = 16.67%
B = 51.34%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#773EBF (or 0x773EBF) is known color: Purple Heart. HEX triplet: 77, 3E and BF. RGB value is (119,62,191). Sum of RGB (Red+Green+Blue) = 119+62+191=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #773EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBF is #88C140. Grayscale: #5D5D5D. Windows color (decimal): -8962369 or 12533367. OLE color: 12533367.

HSL color Cylindrical-coordinate representation of color #773EBF: hue angle of 266.51º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773EBF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 62 191 -
CMYK 0.38 0.68 0 0.25
HSL 266.51º 0.51% 0.5% -
HSV(B) 266.51º 0.68% 0.75% -
XYZ 18.73 11.13 50.45 -
YUV 93.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 119 62 191 0.38 0.68 0 0.25 266.51 0.51 0.5
Hex 77 3E BF 26 44 0 19 10B 33 32
Octal 167 76 277 46 104 0 31 413 63 62
Binary 1110111 111110 10111111 100110 1000100 0 11001 100001011 110011 110010

Color Harmonies of #773EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EBF

Black with #773EBF

Text Example


Text Example

White with #773EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,191); }

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

background-color css

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

 a { background-color: rgb(119,62,191); }

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

border-color css

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

 span { border-color: rgb(119,62,191); }

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