Html Css Color HEX #771CB3 Purple Heart

📋 copy color: '#771CB3'

red 119 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #771CB3

Tints of Purple Heart #771CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 179 (70.31% from 255) = 54.91%

R = 36.5%
G = 8.59%
B = 54.91%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#771CB3 (or 0x771CB3) is known color: Purple Heart. HEX triplet: 77, 1C and B3. RGB value is (119,28,179). Sum of RGB (Red+Green+Blue) = 119+28+179=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #771CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CB3 is #88E34C. Grayscale: #474747. Windows color (decimal): -8971085 or 11738231. OLE color: 11738231.

HSL color Cylindrical-coordinate representation of color #771CB3: hue angle of 276.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771CB3 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 28 179 -
CMYK 0.34 0.84 0 0.30
HSL 276.16º 0.73% 0.41% -
HSV(B) 276.16º 0.84% 0.7% -
XYZ 16.16 8.01 43.34 -
YUV 72.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 119 28 179 0.34 0.84 0 0.30 276.16 0.73 0.41
Hex 77 1C B3 22 54 0 1E 114 49 29
Octal 167 34 263 42 124 0 36 424 111 51
Binary 1110111 11100 10110011 100010 1010100 0 11110 100010100 1001001 101001

Color Harmonies of #771CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CB3

Black with #771CB3

Text Example


Text Example

White with #771CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,179); }

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

background-color css

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

 a { background-color: rgb(119,28,179); }

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

border-color css

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

 span { border-color: rgb(119,28,179); }

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