Html Css Color HEX #75135F Palatinate Purple

📋 copy color: '#75135F'

red 117 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #75135F

Tints of Palatinate Purple #75135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 50.65%
G = 8.23%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75135F (or 0x75135F) is known color: Palatinate Purple. HEX triplet: 75, 13 and 5F. RGB value is (117,19,95). Sum of RGB (Red+Green+Blue) = 117+19+95=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75135F is #8AECA0. Grayscale: #383838. Windows color (decimal): -9104545 or 6230901. OLE color: 6230901.

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

Color convert

RGB 117 19 95 -
CMYK 0 0.84 0.19 0.54
HSL 313.47º 0.72% 0.27% -
HSV(B) 313.47º 0.84% 0.46% -
XYZ 9.63 5.07 11.3 -
YUV 56.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 117 19 95 0 0.84 0.19 0.54 313.47 0.72 0.27
Hex 75 13 5F 0 54 13 36 139 48 1B
Octal 165 23 137 0 124 23 66 471 110 33
Binary 1110101 10011 1011111 0 1010100 10011 110110 100111001 1001000 11011

Color Harmonies of #75135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75135F

Black with #75135F

Text Example


Text Example

White with #75135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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