Html Css Color HEX #75136E Dark Purple

📋 copy color: '#75136E'

red 117 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #75136E

Tints of Dark Purple #75136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 47.56%
G = 7.72%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75136E (or 0x75136E) is known color: Dark Purple. HEX triplet: 75, 13 and 6E. RGB value is (117,19,110). Sum of RGB (Red+Green+Blue) = 117+19+110=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136E is #8AEC91. Grayscale: #3A3A3A. Windows color (decimal): -9104530 or 7213941. OLE color: 7213941.

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

Color convert

RGB 117 19 110 -
CMYK 0 0.84 0.06 0.54
HSL 304.29º 0.72% 0.27% -
HSV(B) 304.29º 0.84% 0.46% -
XYZ 10.38 5.37 15.24 -
YUV 58.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 117 19 110 0 0.84 0.06 0.54 304.29 0.72 0.27
Hex 75 13 6E 0 54 6 36 130 48 1B
Octal 165 23 156 0 124 6 66 460 110 33
Binary 1110101 10011 1101110 0 1010100 110 110110 100110000 1001000 11011

Color Harmonies of #75136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75136E

Black with #75136E

Text Example


Text Example

White with #75136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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