Html Css Color HEX #75386B Palatinate Purple

📋 copy color: '#75386B'

red 117 ◦ green 56 ◦ blue 107

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

Shades of Palatinate Purple #75386B

Tints of Palatinate Purple #75386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 41.79%
G = 20%
B = 38.21%

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

#75386B (or 0x75386B) is known color: Palatinate Purple. HEX triplet: 75, 38 and 6B. RGB value is (117,56,107). Sum of RGB (Red+Green+Blue) = 117+56+107=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75386B is #8AC794. Grayscale: #4F4F4F. Windows color (decimal): -9095061 or 7026805. OLE color: 7026805.

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

Color convert

RGB 117 56 107 -
CMYK 0 0.52 0.09 0.54
HSL 309.84º 0.35% 0.34% -
HSV(B) 309.84º 0.52% 0.46% -
XYZ 11.4 7.67 14.79 -
YUV 80.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 117 56 107 0 0.52 0.09 0.54 309.84 0.35 0.34
Hex 75 38 6B 0 34 9 36 136 23 22
Octal 165 70 153 0 64 11 66 466 43 42
Binary 1110101 111000 1101011 0 110100 1001 110110 100110110 100011 100010

Color Harmonies of #75386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75386B

Black with #75386B

Text Example


Text Example

White with #75386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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