Html Css Color HEX #760561 Purple

📋 copy color: '#760561'

red 118 ◦ green 5 ◦ blue 97

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

Shades of Purple #760561

Tints of Purple #760561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

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

R = 53.64%
G = 2.27%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#760561 (or 0x760561) is known color: Purple. HEX triplet: 76, 05 and 61. RGB value is (118,5,97). Sum of RGB (Red+Green+Blue) = 118+5+97=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760561 is #89FA9E. Grayscale: #313131. Windows color (decimal): -9042591 or 6358390. OLE color: 6358390.

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

Color convert

RGB 118 5 97 -
CMYK 0 0.96 0.18 0.54
HSL 311.15º 0.92% 0.24% -
HSV(B) 311.15º 0.96% 0.46% -
XYZ 9.68 4.82 11.73 -
YUV 49.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 118 5 97 0 0.96 0.18 0.54 311.15 0.92 0.24
Hex 76 5 61 0 60 12 36 137 5C 18
Octal 166 5 141 0 140 22 66 467 134 30
Binary 1110110 101 1100001 0 1100000 10010 110110 100110111 1011100 11000

Color Harmonies of #760561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760561

Black with #760561

Text Example


Text Example

White with #760561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760561; }

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

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

background-color css

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

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

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

border-color css

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

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

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