Html Css Color HEX #75136B Dark Purple

📋 copy color: '#75136B'

red 117 ◦ green 19 ◦ blue 107

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

Shades of Dark Purple #75136B

Tints of Dark Purple #75136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 48.15%
G = 7.82%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75136B (or 0x75136B) is known color: Dark Purple. HEX triplet: 75, 13 and 6B. RGB value is (117,19,107). Sum of RGB (Red+Green+Blue) = 117+19+107=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136B is #8AEC94. Grayscale: #3A3A3A. Windows color (decimal): -9104533 or 7017333. OLE color: 7017333.

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

Color convert

RGB 117 19 107 -
CMYK 0 0.84 0.09 0.54
HSL 306.12º 0.72% 0.27% -
HSV(B) 306.12º 0.84% 0.46% -
XYZ 10.22 5.31 14.4 -
YUV 58.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 117 19 107 0 0.84 0.09 0.54 306.12 0.72 0.27
Hex 75 13 6B 0 54 9 36 132 48 1B
Octal 165 23 153 0 124 11 66 462 110 33
Binary 1110101 10011 1101011 0 1010100 1001 110110 100110010 1001000 11011

Color Harmonies of #75136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75136B

Black with #75136B

Text Example


Text Example

White with #75136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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