Html Css Color HEX #760461 Purple

📋 copy color: '#760461'

red 118 ◦ green 4 ◦ blue 97

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

Shades of Purple #760461

Tints of Purple #760461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 53.88%
G = 1.83%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#760461 (or 0x760461) is known color: Purple. HEX triplet: 76, 04 and 61. RGB value is (118,4,97). Sum of RGB (Red+Green+Blue) = 118+4+97=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760461 is #89FB9E. Grayscale: #303030. Windows color (decimal): -9042847 or 6358134. OLE color: 6358134.

HSL color Cylindrical-coordinate representation of color #760461: hue angle of 311.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760461 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 97 -
CMYK 0 0.97 0.18 0.54
HSL 311.05º 0.93% 0.24% -
HSV(B) 311.05º 0.97% 0.46% -
XYZ 9.67 4.8 11.73 -
YUV 48.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 118 4 97 0 0.97 0.18 0.54 311.05 0.93 0.24
Hex 76 4 61 0 61 12 36 137 5D 18
Octal 166 4 141 0 141 22 66 467 135 30
Binary 1110110 100 1100001 0 1100001 10010 110110 100110111 1011101 11000

Color Harmonies of #760461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760461

Black with #760461

Text Example


Text Example

White with #760461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760461; }

 p { color: rgb(118,4,97); }

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

background-color css

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

 a { background-color: rgb(118,4,97); }

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

border-color css

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

 span { border-color: rgb(118,4,97); }

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