Html Css Color HEX #761ACB Purple Heart

📋 copy color: '#761ACB'

red 118 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #761ACB

Tints of Purple Heart #761ACB

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

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

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

R = 34.01%
G = 7.49%
B = 58.5%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#761ACB (or 0x761ACB) is known color: Purple Heart. HEX triplet: 76, 1A and CB. RGB value is (118,26,203). Sum of RGB (Red+Green+Blue) = 118+26+203=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #761ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ACB is #89E534. Grayscale: #494949. Windows color (decimal): -9037109 or 13310582. OLE color: 13310582.

HSL color Cylindrical-coordinate representation of color #761ACB: hue angle of 271.19º 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 #761ACB is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 26 203 -
CMYK 0.42 0.87 0 0.20
HSL 271.19º 0.77% 0.45% -
HSV(B) 271.19º 0.87% 0.8% -
XYZ 18.62 8.9 57.24 -
YUV 73.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 118 26 203 0.42 0.87 0 0.20 271.19 0.77 0.45
Hex 76 1A CB 2A 57 0 14 10F 4D 2D
Octal 166 32 313 52 127 0 24 417 115 55
Binary 1110110 11010 11001011 101010 1010111 0 10100 100001111 1001101 101101

Color Harmonies of #761ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761ACB

Black with #761ACB

Text Example


Text Example

White with #761ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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