Html Css Color HEX #760175 Purple

📋 copy color: '#760175'

red 118 ◦ green 1 ◦ blue 117

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

Shades of Purple #760175

Tints of Purple #760175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 50%
G = 0.42%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760175 (or 0x760175) is known color: Purple. HEX triplet: 76, 01 and 75. RGB value is (118,1,117). Sum of RGB (Red+Green+Blue) = 118+1+117=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760175 is #89FE8A. Grayscale: #303030. Windows color (decimal): -9043595 or 7668086. OLE color: 7668086.

HSL color Cylindrical-coordinate representation of color #760175: hue angle of 300.51º 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 #760175 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 117 -
CMYK 0 0.99 0.01 0.54
HSL 300.51º 0.98% 0.23% -
HSV(B) 300.51º 0.99% 0.46% -
XYZ 10.69 5.16 17.26 -
YUV 49.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 118 1 117 0 0.99 0.01 0.54 300.51 0.98 0.23
Hex 76 1 75 0 63 1 36 12D 62 17
Octal 166 1 165 0 143 1 66 455 142 27
Binary 1110110 1 1110101 0 1100011 1 110110 100101101 1100010 10111

Color Harmonies of #760175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760175

Black with #760175

Text Example


Text Example

White with #760175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760175; }

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

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

background-color css

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

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

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

border-color css

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

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

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