Html Css Color HEX #75185F Palatinate Purple

📋 copy color: '#75185F'

red 117 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #75185F

Tints of Palatinate Purple #75185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 49.58%
G = 10.17%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75185F (or 0x75185F) is known color: Palatinate Purple. HEX triplet: 75, 18 and 5F. RGB value is (117,24,95). Sum of RGB (Red+Green+Blue) = 117+24+95=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185F is #8AE7A0. Grayscale: #3B3B3B. Windows color (decimal): -9103265 or 6232181. OLE color: 6232181.

HSL color Cylindrical-coordinate representation of color #75185F: hue angle of 314.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75185F is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 95 -
CMYK 0 0.79 0.19 0.54
HSL 314.19º 0.66% 0.28% -
HSV(B) 314.19º 0.79% 0.46% -
XYZ 9.73 5.26 11.33 -
YUV 59.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 117 24 95 0 0.79 0.19 0.54 314.19 0.66 0.28
Hex 75 18 5F 0 4F 13 36 13A 42 1C
Octal 165 30 137 0 117 23 66 472 102 34
Binary 1110101 11000 1011111 0 1001111 10011 110110 100111010 1000010 11100

Color Harmonies of #75185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75185F

Black with #75185F

Text Example


Text Example

White with #75185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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