Html Css Color HEX #75145B Palatinate Purple

📋 copy color: '#75145B'

red 117 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #75145B

Tints of Palatinate Purple #75145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 51.32%
G = 8.77%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75145B (or 0x75145B) is known color: Palatinate Purple. HEX triplet: 75, 14 and 5B. RGB value is (117,20,91). Sum of RGB (Red+Green+Blue) = 117+20+91=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75145B is #8AEBA4. Grayscale: #383838. Windows color (decimal): -9104293 or 5969013. OLE color: 5969013.

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

Color convert

RGB 117 20 91 -
CMYK 0 0.83 0.22 0.54
HSL 316.08º 0.71% 0.27% -
HSV(B) 316.08º 0.83% 0.46% -
XYZ 9.47 5.04 10.37 -
YUV 57.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 117 20 91 0 0.83 0.22 0.54 316.08 0.71 0.27
Hex 75 14 5B 0 53 16 36 13C 47 1B
Octal 165 24 133 0 123 26 66 474 107 33
Binary 1110101 10100 1011011 0 1010011 10110 110110 100111100 1000111 11011

Color Harmonies of #75145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75145B

Black with #75145B

Text Example


Text Example

White with #75145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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