Html Css Color HEX #760361 Purple

📋 copy color: '#760361'

red 118 ◦ green 3 ◦ blue 97

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

Shades of Purple #760361

Tints of Purple #760361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 54.13%
G = 1.38%
B = 44.5%

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

#760361 (or 0x760361) is known color: Purple. HEX triplet: 76, 03 and 61. RGB value is (118,3,97). Sum of RGB (Red+Green+Blue) = 118+3+97=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #760361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760361 is #89FC9E. Grayscale: #2F2F2F. Windows color (decimal): -9043103 or 6357878. OLE color: 6357878.

HSL color Cylindrical-coordinate representation of color #760361: hue angle of 310.96º degrees, saturation: 0.95, 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 #760361 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 97 -
CMYK 0 0.97 0.18 0.54
HSL 310.96º 0.95% 0.24% -
HSV(B) 310.96º 0.97% 0.46% -
XYZ 9.66 4.78 11.72 -
YUV 48.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 118 3 97 0 0.97 0.18 0.54 310.96 0.95 0.24
Hex 76 3 61 0 61 12 36 137 5F 18
Octal 166 3 141 0 141 22 66 467 137 30
Binary 1110110 11 1100001 0 1100001 10010 110110 100110111 1011111 11000

Color Harmonies of #760361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760361

Black with #760361

Text Example


Text Example

White with #760361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760361; }

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

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

background-color css

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

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

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

border-color css

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

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

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