Html Css Color HEX #760F75 Purple

📋 copy color: '#760F75'

red 118 ◦ green 15 ◦ blue 117

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

Shades of Purple #760F75

Tints of Purple #760F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

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

R = 47.2%
G = 6%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760F75 (or 0x760F75) is known color: Purple. HEX triplet: 76, 0F and 75. RGB value is (118,15,117). Sum of RGB (Red+Green+Blue) = 118+15+117=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #760F75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F75 is #89F08A. Grayscale: #393939. Windows color (decimal): -9040011 or 7671670. OLE color: 7671670.

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

Color convert

RGB 118 15 117 -
CMYK 0 0.87 0.01 0.54
HSL 300.58º 0.77% 0.26% -
HSV(B) 300.58º 0.87% 0.46% -
XYZ 10.85 5.48 17.31 -
YUV 57.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 118 15 117 0 0.87 0.01 0.54 300.58 0.77 0.26
Hex 76 F 75 0 57 1 36 12D 4D 1A
Octal 166 17 165 0 127 1 66 455 115 32
Binary 1110110 1111 1110101 0 1010111 1 110110 100101101 1001101 11010

Color Harmonies of #760F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F75

Black with #760F75

Text Example


Text Example

White with #760F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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