Html Css Color HEX #771EBA Purple Heart

📋 copy color: '#771EBA'

red 119 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #771EBA

Tints of Purple Heart #771EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

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

R = 35.52%
G = 8.96%
B = 55.52%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#771EBA (or 0x771EBA) is known color: Purple Heart. HEX triplet: 77, 1E and BA. RGB value is (119,30,186). Sum of RGB (Red+Green+Blue) = 119+30+186=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #771EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EBA is #88E145. Grayscale: #494949. Windows color (decimal): -8970566 or 12197495. OLE color: 12197495.

HSL color Cylindrical-coordinate representation of color #771EBA: hue angle of 274.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771EBA is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 30 186 -
CMYK 0.36 0.84 0 0.27
HSL 274.23º 0.72% 0.42% -
HSV(B) 274.23º 0.84% 0.73% -
XYZ 16.93 8.4 47.18 -
YUV 74.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 119 30 186 0.36 0.84 0 0.27 274.23 0.72 0.42
Hex 77 1E BA 24 54 0 1B 112 48 2A
Octal 167 36 272 44 124 0 33 422 110 52
Binary 1110111 11110 10111010 100100 1010100 0 11011 100010010 1001000 101010

Color Harmonies of #771EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EBA

Black with #771EBA

Text Example


Text Example

White with #771EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771EBA; }

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

 H1.HeaderClassName
 {
   color: #771EBA;
 }
 .AnyTagClassName
 {
   color: #771EBA;
 }
</style>

background-color css

<style>
 a { background-color: #771EBA; }

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

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

border-color css

<style>
 span { border-color: #771EBA; }

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

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