Html Css Color HEX #75175E Palatinate Purple

📋 copy color: '#75175E'

red 117 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #75175E

Tints of Palatinate Purple #75175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 50%
G = 9.83%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75175E (or 0x75175E) is known color: Palatinate Purple. HEX triplet: 75, 17 and 5E. RGB value is (117,23,94). Sum of RGB (Red+Green+Blue) = 117+23+94=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75175E is #8AE8A1. Grayscale: #3B3B3B. Windows color (decimal): -9103522 or 6166389. OLE color: 6166389.

HSL color Cylindrical-coordinate representation of color #75175E: hue angle of 314.68º 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 #75175E is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 94 -
CMYK 0 0.80 0.20 0.54
HSL 314.68º 0.67% 0.27% -
HSV(B) 314.68º 0.8% 0.46% -
XYZ 9.66 5.2 11.08 -
YUV 59.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 117 23 94 0 0.80 0.20 0.54 314.68 0.67 0.27
Hex 75 17 5E 0 50 14 36 13B 43 1B
Octal 165 27 136 0 120 24 66 473 103 33
Binary 1110101 10111 1011110 0 1010000 10100 110110 100111011 1000011 11011

Color Harmonies of #75175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75175E

Black with #75175E

Text Example


Text Example

White with #75175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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