Html Css Color HEX #760075 Purple

📋 copy color: '#760075'

red 118 ◦ green 0 ◦ blue 117

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

Shades of Purple #760075

Tints of Purple #760075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.21%
G = 0%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760075 (or 0x760075) is known color: Purple. HEX triplet: 76, 00 and 75. RGB value is (118,0,117). Sum of RGB (Red+Green+Blue) = 118+0+117=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760075 is #89FF8A. Grayscale: #303030. Windows color (decimal): -9043851 or 7667830. OLE color: 7667830.

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

Color convert

RGB 118 0 117 -
CMYK 0 1 0.01 0.54
HSL 300.51º 1% 0.23% -
HSV(B) 300.51º 1% 0.46% -
XYZ 10.68 5.14 17.26 -
YUV 48.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 118 0 117 0 1 0.01 0.54 300.51 1 0.23
Hex 76 0 75 0 64 1 36 12D 64 17
Octal 166 0 165 0 144 1 66 455 144 27
Binary 1110110 0 1110101 0 1100100 1 110110 100101101 1100100 10111

Color Harmonies of #760075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760075

Black with #760075

Text Example


Text Example

White with #760075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760075; }

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

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

background-color css

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

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

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

border-color css

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

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

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