Html Css Color HEX #75137F Purple

📋 copy color: '#75137F'

red 117 ◦ green 19 ◦ blue 127

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

Shades of Purple #75137F

Tints of Purple #75137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 44.49%
G = 7.22%
B = 48.29%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75137F (or 0x75137F) is known color: Purple. HEX triplet: 75, 13 and 7F. RGB value is (117,19,127). Sum of RGB (Red+Green+Blue) = 117+19+127=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #75137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75137F is #8AEC80. Grayscale: #3C3C3C. Windows color (decimal): -9104513 or 8328053. OLE color: 8328053.

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

Color convert

RGB 117 19 127 -
CMYK 0.08 0.85 0 0.50
HSL 294.44º 0.74% 0.29% -
HSV(B) 294.44º 0.85% 0.5% -
XYZ 11.4 5.78 20.59 -
YUV 60.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 117 19 127 0.08 0.85 0 0.50 294.44 0.74 0.29
Hex 75 13 7F 8 55 0 32 126 4A 1D
Octal 165 23 177 10 125 0 62 446 112 35
Binary 1110101 10011 1111111 1000 1010101 0 110010 100100110 1001010 11101

Color Harmonies of #75137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75137F

Black with #75137F

Text Example


Text Example

White with #75137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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