Html Css Color HEX #760275 Purple

📋 copy color: '#760275'

red 118 ◦ green 2 ◦ blue 117

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

Shades of Purple #760275

Tints of Purple #760275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 49.79%
G = 0.84%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760275 (or 0x760275) is known color: Purple. HEX triplet: 76, 02 and 75. RGB value is (118,2,117). Sum of RGB (Red+Green+Blue) = 118+2+117=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #760275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760275 is #89FD8A. Grayscale: #313131. Windows color (decimal): -9043339 or 7668342. OLE color: 7668342.

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

Color convert

RGB 118 2 117 -
CMYK 0 0.98 0.01 0.54
HSL 300.52º 0.97% 0.24% -
HSV(B) 300.52º 0.98% 0.46% -
XYZ 10.7 5.18 17.27 -
YUV 49.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 118 2 117 0 0.98 0.01 0.54 300.52 0.97 0.24
Hex 76 2 75 0 62 1 36 12D 61 18
Octal 166 2 165 0 142 1 66 455 141 30
Binary 1110110 10 1110101 0 1100010 1 110110 100101101 1100001 11000

Color Harmonies of #760275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760275

Black with #760275

Text Example


Text Example

White with #760275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760275; }

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

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

background-color css

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

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

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

border-color css

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

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

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