Html Css Color HEX #75145F Palatinate Purple

📋 copy color: '#75145F'

red 117 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #75145F

Tints of Palatinate Purple #75145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 50.43%
G = 8.62%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75145F (or 0x75145F) is known color: Palatinate Purple. HEX triplet: 75, 14 and 5F. RGB value is (117,20,95). Sum of RGB (Red+Green+Blue) = 117+20+95=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75145F is #8AEBA0. Grayscale: #393939. Windows color (decimal): -9104289 or 6231157. OLE color: 6231157.

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

Color convert

RGB 117 20 95 -
CMYK 0 0.83 0.19 0.54
HSL 313.61º 0.71% 0.27% -
HSV(B) 313.61º 0.83% 0.46% -
XYZ 9.65 5.11 11.3 -
YUV 57.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 117 20 95 0 0.83 0.19 0.54 313.61 0.71 0.27
Hex 75 14 5F 0 53 13 36 13A 47 1B
Octal 165 24 137 0 123 23 66 472 107 33
Binary 1110101 10100 1011111 0 1010011 10011 110110 100111010 1000111 11011

Color Harmonies of #75145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75145F

Black with #75145F

Text Example


Text Example

White with #75145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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