Html Css Color HEX #771ACB Purple Heart

📋 copy color: '#771ACB'

red 119 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #771ACB

Tints of Purple Heart #771ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 34.2%
G = 7.47%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#771ACB (or 0x771ACB) is known color: Purple Heart. HEX triplet: 77, 1A and CB. RGB value is (119,26,203). Sum of RGB (Red+Green+Blue) = 119+26+203=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #771ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ACB is #88E534. Grayscale: #494949. Windows color (decimal): -8971573 or 13310583. OLE color: 13310583.

HSL color Cylindrical-coordinate representation of color #771ACB: hue angle of 271.53º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771ACB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 26 203 -
CMYK 0.41 0.87 0 0.20
HSL 271.53º 0.77% 0.45% -
HSV(B) 271.53º 0.87% 0.8% -
XYZ 18.76 8.97 57.24 -
YUV 73.99 200.81 160.11 -
System Red Green Blue C M Y K H S L
Decimal 119 26 203 0.41 0.87 0 0.20 271.53 0.77 0.45
Hex 77 1A CB 29 57 0 14 110 4D 2D
Octal 167 32 313 51 127 0 24 420 115 55
Binary 1110111 11010 11001011 101001 1010111 0 10100 100010000 1001101 101101

Color Harmonies of #771ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ACB

Black with #771ACB

Text Example


Text Example

White with #771ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,203); }

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

background-color css

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

 a { background-color: rgb(119,26,203); }

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

border-color css

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

 span { border-color: rgb(119,26,203); }

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