Html Css Color HEX #75185B Palatinate Purple

📋 copy color: '#75185B'

red 117 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #75185B

Tints of Palatinate Purple #75185B

RGB

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

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

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

R = 50.43%
G = 10.34%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75185B (or 0x75185B) is known color: Palatinate Purple. HEX triplet: 75, 18 and 5B. RGB value is (117,24,91). Sum of RGB (Red+Green+Blue) = 117+24+91=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75185B is #8AE7A4. Grayscale: #3B3B3B. Windows color (decimal): -9103269 or 5970037. OLE color: 5970037.

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

Color convert

RGB 117 24 91 -
CMYK 0 0.79 0.22 0.54
HSL 316.77º 0.66% 0.28% -
HSV(B) 316.77º 0.79% 0.46% -
XYZ 9.55 5.19 10.4 -
YUV 59.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 117 24 91 0 0.79 0.22 0.54 316.77 0.66 0.28
Hex 75 18 5B 0 4F 16 36 13D 42 1C
Octal 165 30 133 0 117 26 66 475 102 34
Binary 1110101 11000 1011011 0 1001111 10110 110110 100111101 1000010 11100

Color Harmonies of #75185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75185B

Black with #75185B

Text Example


Text Example

White with #75185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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