Html Css Color HEX #750275 Purple

📋 copy color: '#750275'

red 117 ◦ green 2 ◦ blue 117

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

Shades of Purple #750275

Tints of Purple #750275

RGB

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

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

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

R = 49.58%
G = 0.85%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#750275 (or 0x750275) is known color: Purple. HEX triplet: 75, 02 and 75. RGB value is (117,2,117). Sum of RGB (Red+Green+Blue) = 117+2+117=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #750275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750275 is #8AFD8A. Grayscale: #313131. Windows color (decimal): -9108875 or 7668341. OLE color: 7668341.

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

Color convert

RGB 117 2 117 -
CMYK 0 0.98 0 0.54
HSL 300º 0.97% 0.23% -
HSV(B) 300º 0.98% 0.46% -
XYZ 10.57 5.11 17.26 -
YUV 49.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 117 2 117 0 0.98 0 0.54 300 0.97 0.23
Hex 75 2 75 0 62 0 36 12C 61 17
Octal 165 2 165 0 142 0 66 454 141 27
Binary 1110101 10 1110101 0 1100010 0 110110 100101100 1100001 10111

Color Harmonies of #750275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750275

Black with #750275

Text Example


Text Example

White with #750275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750275; }

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

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

background-color css

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

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

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

border-color css

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

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

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