Html Css Color HEX #75136F Dark Purple

📋 copy color: '#75136F'

red 117 ◦ green 19 ◦ blue 111

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

Shades of Dark Purple #75136F

Tints of Dark Purple #75136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 47.37%
G = 7.69%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75136F (or 0x75136F) is known color: Dark Purple. HEX triplet: 75, 13 and 6F. RGB value is (117,19,111). Sum of RGB (Red+Green+Blue) = 117+19+111=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136F is #8AEC90. Grayscale: #3A3A3A. Windows color (decimal): -9104529 or 7279477. OLE color: 7279477.

HSL color Cylindrical-coordinate representation of color #75136F: hue angle of 303.67º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75136F is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 111 -
CMYK 0 0.84 0.05 0.54
HSL 303.67º 0.72% 0.27% -
HSV(B) 303.67º 0.84% 0.46% -
XYZ 10.44 5.4 15.53 -
YUV 58.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 117 19 111 0 0.84 0.05 0.54 303.67 0.72 0.27
Hex 75 13 6F 0 54 5 36 130 48 1B
Octal 165 23 157 0 124 5 66 460 110 33
Binary 1110101 10011 1101111 0 1010100 101 110110 100110000 1001000 11011

Color Harmonies of #75136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75136F

Black with #75136F

Text Example


Text Example

White with #75136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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