Html Css Color HEX #75125D Palatinate Purple

📋 copy color: '#75125D'

red 117 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #75125D

Tints of Palatinate Purple #75125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 51.32%
G = 7.89%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75125D (or 0x75125D) is known color: Palatinate Purple. HEX triplet: 75, 12 and 5D. RGB value is (117,18,93). Sum of RGB (Red+Green+Blue) = 117+18+93=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75125D is #8AEDA2. Grayscale: #373737. Windows color (decimal): -9104803 or 6099573. OLE color: 6099573.

HSL color Cylindrical-coordinate representation of color #75125D: hue angle of 314.55º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75125D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 93 -
CMYK 0 0.85 0.21 0.54
HSL 314.55º 0.73% 0.26% -
HSV(B) 314.55º 0.85% 0.46% -
XYZ 9.53 5 10.82 -
YUV 56.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 117 18 93 0 0.85 0.21 0.54 314.55 0.73 0.26
Hex 75 12 5D 0 55 15 36 13B 49 1A
Octal 165 22 135 0 125 25 66 473 111 32
Binary 1110101 10010 1011101 0 1010101 10101 110110 100111011 1001001 11010

Color Harmonies of #75125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75125D

Black with #75125D

Text Example


Text Example

White with #75125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75125D; }

 p { color: rgb(117,18,93); }

 H1.HeaderClassName
 {
   color: #75125D;
 }
 .AnyTagClassName
 {
   color: #75125D;
 }
</style>

background-color css

<style>
 a { background-color: #75125D; }

 a { background-color: rgb(117,18,93); }

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

border-color css

<style>
 span { border-color: #75125D; }

 span { border-color: rgb(117,18,93); }

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