Html Css Color HEX #75136C Dark Purple

📋 copy color: '#75136C'

red 117 ◦ green 19 ◦ blue 108

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

Shades of Dark Purple #75136C

Tints of Dark Purple #75136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 47.95%
G = 7.79%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75136C (or 0x75136C) is known color: Dark Purple. HEX triplet: 75, 13 and 6C. RGB value is (117,19,108). Sum of RGB (Red+Green+Blue) = 117+19+108=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136C is #8AEC93. Grayscale: #3A3A3A. Windows color (decimal): -9104532 or 7082869. OLE color: 7082869.

HSL color Cylindrical-coordinate representation of color #75136C: hue angle of 305.51º 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 #75136C is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 108 -
CMYK 0 0.84 0.08 0.54
HSL 305.51º 0.72% 0.27% -
HSV(B) 305.51º 0.84% 0.46% -
XYZ 10.28 5.33 14.67 -
YUV 58.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 117 19 108 0 0.84 0.08 0.54 305.51 0.72 0.27
Hex 75 13 6C 0 54 8 36 132 48 1B
Octal 165 23 154 0 124 10 66 462 110 33
Binary 1110101 10011 1101100 0 1010100 1000 110110 100110010 1001000 11011

Color Harmonies of #75136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75136C

Black with #75136C

Text Example


Text Example

White with #75136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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