Html Css Color HEX #750276 Purple

📋 copy color: '#750276'

red 117 ◦ green 2 ◦ blue 118

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

Shades of Purple #750276

Tints of Purple #750276

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 117 2 118 -
CMYK 0.01 0.98 0 0.54
HSL 299.48º 0.97% 0.24% -
HSV(B) 299.48º 0.98% 0.46% -
XYZ 10.63 5.13 17.57 -
YUV 49.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 117 2 118 0.01 0.98 0 0.54 299.48 0.97 0.24
Hex 75 2 76 1 62 0 36 12B 61 18
Octal 165 2 166 1 142 0 66 453 141 30
Binary 1110101 10 1110110 1 1100010 0 110110 100101011 1100001 11000

Color Harmonies of #750276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750276

Black with #750276

Text Example


Text Example

White with #750276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750276; }

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

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

background-color css

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

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

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

border-color css

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

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

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