Html Css Color HEX #760164 Purple

📋 copy color: '#760164'

red 118 ◦ green 1 ◦ blue 100

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

Shades of Purple #760164

Tints of Purple #760164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 53.88%
G = 0.46%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#760164 (or 0x760164) is known color: Purple. HEX triplet: 76, 01 and 64. RGB value is (118,1,100). Sum of RGB (Red+Green+Blue) = 118+1+100=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760164 is #89FE9B. Grayscale: #2E2E2E. Windows color (decimal): -9043612 or 6553974. OLE color: 6553974.

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

Color convert

RGB 118 1 100 -
CMYK 0 0.99 0.15 0.54
HSL 309.23º 0.98% 0.23% -
HSV(B) 309.23º 0.99% 0.46% -
XYZ 9.78 4.79 12.47 -
YUV 47.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 118 1 100 0 0.99 0.15 0.54 309.23 0.98 0.23
Hex 76 1 64 0 63 F 36 135 62 17
Octal 166 1 144 0 143 17 66 465 142 27
Binary 1110110 1 1100100 0 1100011 1111 110110 100110101 1100010 10111

Color Harmonies of #760164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760164

Black with #760164

Text Example


Text Example

White with #760164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760164; }

 p { color: rgb(118,1,100); }

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

background-color css

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

 a { background-color: rgb(118,1,100); }

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

border-color css

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

 span { border-color: rgb(118,1,100); }

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