Html Css Color HEX #75135D Palatinate Purple

📋 copy color: '#75135D'

red 117 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #75135D

Tints of Palatinate Purple #75135D

RGB

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

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

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

R = 51.09%
G = 8.3%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75135D (or 0x75135D) is known color: Palatinate Purple. HEX triplet: 75, 13 and 5D. RGB value is (117,19,93). Sum of RGB (Red+Green+Blue) = 117+19+93=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75135D is #8AECA2. Grayscale: #383838. Windows color (decimal): -9104547 or 6099829. OLE color: 6099829.

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

Color convert

RGB 117 19 93 -
CMYK 0 0.84 0.21 0.54
HSL 314.69º 0.72% 0.27% -
HSV(B) 314.69º 0.84% 0.46% -
XYZ 9.54 5.04 10.83 -
YUV 56.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 117 19 93 0 0.84 0.21 0.54 314.69 0.72 0.27
Hex 75 13 5D 0 54 15 36 13B 48 1B
Octal 165 23 135 0 124 25 66 473 110 33
Binary 1110101 10011 1011101 0 1010100 10101 110110 100111011 1001000 11011

Color Harmonies of #75135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75135D

Black with #75135D

Text Example


Text Example

White with #75135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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