Html Css Color HEX #75157F Purple

📋 copy color: '#75157F'

red 117 ◦ green 21 ◦ blue 127

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

Shades of Purple #75157F

Tints of Purple #75157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 127 (50% from 255) = 47.92%

R = 44.15%
G = 7.92%
B = 47.92%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75157F (or 0x75157F) is known color: Purple. HEX triplet: 75, 15 and 7F. RGB value is (117,21,127). Sum of RGB (Red+Green+Blue) = 117+21+127=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #75157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75157F is #8AEA80. Grayscale: #3D3D3D. Windows color (decimal): -9104001 or 8328565. OLE color: 8328565.

HSL color Cylindrical-coordinate representation of color #75157F: hue angle of 294.34º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75157F is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 21 127 -
CMYK 0.08 0.83 0 0.50
HSL 294.34º 0.72% 0.29% -
HSV(B) 294.34º 0.83% 0.5% -
XYZ 11.44 5.85 20.61 -
YUV 61.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 117 21 127 0.08 0.83 0 0.50 294.34 0.72 0.29
Hex 75 15 7F 8 53 0 32 126 48 1D
Octal 165 25 177 10 123 0 62 446 110 35
Binary 1110101 10101 1111111 1000 1010011 0 110010 100100110 1001000 11101

Color Harmonies of #75157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75157F

Black with #75157F

Text Example


Text Example

White with #75157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75157F; }

 p { color: rgb(117,21,127); }

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

background-color css

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

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

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

border-color css

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

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

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