Html Css Color HEX #75136A Dark Purple

📋 copy color: '#75136A'

red 117 ◦ green 19 ◦ blue 106

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

Shades of Dark Purple #75136A

Tints of Dark Purple #75136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 48.35%
G = 7.85%
B = 43.8%

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

#75136A (or 0x75136A) is known color: Dark Purple. HEX triplet: 75, 13 and 6A. RGB value is (117,19,106). Sum of RGB (Red+Green+Blue) = 117+19+106=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75136A is #8AEC95. Grayscale: #393939. Windows color (decimal): -9104534 or 6951797. OLE color: 6951797.

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

Color convert

RGB 117 19 106 -
CMYK 0 0.84 0.09 0.54
HSL 306.73º 0.72% 0.27% -
HSV(B) 306.73º 0.84% 0.46% -
XYZ 10.17 5.29 14.12 -
YUV 58.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 117 19 106 0 0.84 0.09 0.54 306.73 0.72 0.27
Hex 75 13 6A 0 54 9 36 133 48 1B
Octal 165 23 152 0 124 11 66 463 110 33
Binary 1110101 10011 1101010 0 1010100 1001 110110 100110011 1001000 11011

Color Harmonies of #75136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75136A

Black with #75136A

Text Example


Text Example

White with #75136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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