Html Css Color HEX #75175A Palatinate Purple

📋 copy color: '#75175A'

red 117 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #75175A

Tints of Palatinate Purple #75175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 50.87%
G = 10%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75175A (or 0x75175A) is known color: Palatinate Purple. HEX triplet: 75, 17 and 5A. RGB value is (117,23,90). Sum of RGB (Red+Green+Blue) = 117+23+90=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75175A is #8AE8A5. Grayscale: #3A3A3A. Windows color (decimal): -9103526 or 5904245. OLE color: 5904245.

HSL color Cylindrical-coordinate representation of color #75175A: hue angle of 317.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75175A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 90 -
CMYK 0 0.80 0.23 0.54
HSL 317.23º 0.67% 0.27% -
HSV(B) 317.23º 0.8% 0.46% -
XYZ 9.49 5.13 10.16 -
YUV 58.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 117 23 90 0 0.80 0.23 0.54 317.23 0.67 0.27
Hex 75 17 5A 0 50 17 36 13D 43 1B
Octal 165 27 132 0 120 27 66 475 103 33
Binary 1110101 10111 1011010 0 1010000 10111 110110 100111101 1000011 11011

Color Harmonies of #75175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75175A

Black with #75175A

Text Example


Text Example

White with #75175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75175A; }

 p { color: rgb(117,23,90); }

 H1.HeaderClassName
 {
   color: #75175A;
 }
 .AnyTagClassName
 {
   color: #75175A;
 }
</style>

background-color css

<style>
 a { background-color: #75175A; }

 a { background-color: rgb(117,23,90); }

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

border-color css

<style>
 span { border-color: #75175A; }

 span { border-color: rgb(117,23,90); }

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