Html Css Color HEX #75386A Palatinate Purple

📋 copy color: '#75386A'

red 117 ◦ green 56 ◦ blue 106

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

Shades of Palatinate Purple #75386A

Tints of Palatinate Purple #75386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 41.94%
G = 20.07%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75386A (or 0x75386A) is known color: Palatinate Purple. HEX triplet: 75, 38 and 6A. RGB value is (117,56,106). Sum of RGB (Red+Green+Blue) = 117+56+106=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75386A is #8AC795. Grayscale: #4F4F4F. Windows color (decimal): -9095062 or 6961269. OLE color: 6961269.

HSL color Cylindrical-coordinate representation of color #75386A: hue angle of 310.82º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75386A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 106 -
CMYK 0 0.52 0.09 0.54
HSL 310.82º 0.35% 0.34% -
HSV(B) 310.82º 0.52% 0.46% -
XYZ 11.35 7.65 14.51 -
YUV 79.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 117 56 106 0 0.52 0.09 0.54 310.82 0.35 0.34
Hex 75 38 6A 0 34 9 36 137 23 22
Octal 165 70 152 0 64 11 66 467 43 42
Binary 1110101 111000 1101010 0 110100 1001 110110 100110111 100011 100010

Color Harmonies of #75386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75386A

Black with #75386A

Text Example


Text Example

White with #75386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,56,106); }

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

background-color css

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

 a { background-color: rgb(117,56,106); }

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

border-color css

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

 span { border-color: rgb(117,56,106); }

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