Html Css Color HEX #773EBC Purple Heart

📋 copy color: '#773EBC'

red 119 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #773EBC

Tints of Purple Heart #773EBC

RGB

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

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

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

R = 32.25%
G = 16.8%
B = 50.95%

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

#773EBC (or 0x773EBC) is known color: Purple Heart. HEX triplet: 77, 3E and BC. RGB value is (119,62,188). Sum of RGB (Red+Green+Blue) = 119+62+188=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #773EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EBC is #88C143. Grayscale: #5C5C5C. Windows color (decimal): -8962372 or 12336759. OLE color: 12336759.

HSL color Cylindrical-coordinate representation of color #773EBC: hue angle of 267.14º 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 #773EBC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 62 188 -
CMYK 0.37 0.67 0 0.26
HSL 267.14º 0.5% 0.49% -
HSV(B) 267.14º 0.67% 0.74% -
XYZ 18.41 11 48.73 -
YUV 93.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 119 62 188 0.37 0.67 0 0.26 267.14 0.5 0.49
Hex 77 3E BC 25 43 0 1A 10B 32 31
Octal 167 76 274 45 103 0 32 413 62 61
Binary 1110111 111110 10111100 100101 1000011 0 11010 100001011 110010 110001

Color Harmonies of #773EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EBC

Black with #773EBC

Text Example


Text Example

White with #773EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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