Html Css Color HEX #75145D Palatinate Purple

📋 copy color: '#75145D'

red 117 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #75145D

Tints of Palatinate Purple #75145D

RGB

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

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

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

R = 50.87%
G = 8.7%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75145D (or 0x75145D) is known color: Palatinate Purple. HEX triplet: 75, 14 and 5D. RGB value is (117,20,93). Sum of RGB (Red+Green+Blue) = 117+20+93=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75145D is #8AEBA2. Grayscale: #393939. Windows color (decimal): -9104291 or 6100085. OLE color: 6100085.

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

Color convert

RGB 117 20 93 -
CMYK 0 0.83 0.21 0.54
HSL 314.85º 0.71% 0.27% -
HSV(B) 314.85º 0.83% 0.46% -
XYZ 9.56 5.07 10.83 -
YUV 57.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 117 20 93 0 0.83 0.21 0.54 314.85 0.71 0.27
Hex 75 14 5D 0 53 15 36 13B 47 1B
Octal 165 24 135 0 123 25 66 473 107 33
Binary 1110101 10100 1011101 0 1010011 10101 110110 100111011 1000111 11011

Color Harmonies of #75145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75145D

Black with #75145D

Text Example


Text Example

White with #75145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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