Html Css Color HEX #760261 Purple

📋 copy color: '#760261'

red 118 ◦ green 2 ◦ blue 97

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

Shades of Purple #760261

Tints of Purple #760261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 54.38%
G = 0.92%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#760261 (or 0x760261) is known color: Purple. HEX triplet: 76, 02 and 61. RGB value is (118,2,97). Sum of RGB (Red+Green+Blue) = 118+2+97=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #760261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760261 is #89FD9E. Grayscale: #2F2F2F. Windows color (decimal): -9043359 or 6357622. OLE color: 6357622.

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

Color convert

RGB 118 2 97 -
CMYK 0 0.98 0.18 0.54
HSL 310.86º 0.97% 0.24% -
HSV(B) 310.86º 0.98% 0.46% -
XYZ 9.65 4.76 11.72 -
YUV 47.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 118 2 97 0 0.98 0.18 0.54 310.86 0.97 0.24
Hex 76 2 61 0 62 12 36 137 61 18
Octal 166 2 141 0 142 22 66 467 141 30
Binary 1110110 10 1100001 0 1100010 10010 110110 100110111 1100001 11000

Color Harmonies of #760261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760261

Black with #760261

Text Example


Text Example

White with #760261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760261; }

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

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

background-color css

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

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

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

border-color css

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

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

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