Html Css Color HEX #75365F Palatinate Purple

📋 copy color: '#75365F'

red 117 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #75365F

Tints of Palatinate Purple #75365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 43.98%
G = 20.3%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75365F (or 0x75365F) is known color: Palatinate Purple. HEX triplet: 75, 36 and 5F. RGB value is (117,54,95). Sum of RGB (Red+Green+Blue) = 117+54+95=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75365F is #8AC9A0. Grayscale: #4D4D4D. Windows color (decimal): -9095585 or 6239861. OLE color: 6239861.

HSL color Cylindrical-coordinate representation of color #75365F: hue angle of 320.95º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75365F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 95 -
CMYK 0 0.54 0.19 0.54
HSL 320.95º 0.37% 0.34% -
HSV(B) 320.95º 0.54% 0.46% -
XYZ 10.72 7.25 11.66 -
YUV 77.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 117 54 95 0 0.54 0.19 0.54 320.95 0.37 0.34
Hex 75 36 5F 0 36 13 36 141 25 22
Octal 165 66 137 0 66 23 66 501 45 42
Binary 1110101 110110 1011111 0 110110 10011 110110 101000001 100101 100010

Color Harmonies of #75365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75365F

Black with #75365F

Text Example


Text Example

White with #75365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75365F; }

 p { color: rgb(117,54,95); }

 H1.HeaderClassName
 {
   color: #75365F;
 }
 .AnyTagClassName
 {
   color: #75365F;
 }
</style>

background-color css

<style>
 a { background-color: #75365F; }

 a { background-color: rgb(117,54,95); }

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

border-color css

<style>
 span { border-color: #75365F; }

 span { border-color: rgb(117,54,95); }

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