Html Css Color HEX #760875 Purple

📋 copy color: '#760875'

red 118 ◦ green 8 ◦ blue 117

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

Shades of Purple #760875

Tints of Purple #760875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 48.56%
G = 3.29%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760875 (or 0x760875) is known color: Purple. HEX triplet: 76, 08 and 75. RGB value is (118,8,117). Sum of RGB (Red+Green+Blue) = 118+8+117=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760875 is #89F78A. Grayscale: #343434. Windows color (decimal): -9041803 or 7669878. OLE color: 7669878.

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

Color convert

RGB 118 8 117 -
CMYK 0 0.93 0.01 0.54
HSL 300.55º 0.87% 0.25% -
HSV(B) 300.55º 0.93% 0.46% -
XYZ 10.77 5.31 17.29 -
YUV 53.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 118 8 117 0 0.93 0.01 0.54 300.55 0.87 0.25
Hex 76 8 75 0 5D 1 36 12D 57 19
Octal 166 10 165 0 135 1 66 455 127 31
Binary 1110110 1000 1110101 0 1011101 1 110110 100101101 1010111 11001

Color Harmonies of #760875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760875

Black with #760875

Text Example


Text Example

White with #760875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760875; }

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

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

background-color css

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

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

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

border-color css

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

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

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