Html Css Color HEX #75396B Palatinate Purple

📋 copy color: '#75396B'

red 117 ◦ green 57 ◦ blue 107

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

Shades of Palatinate Purple #75396B

Tints of Palatinate Purple #75396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

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

R = 41.64%
G = 20.28%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75396B (or 0x75396B) is known color: Palatinate Purple. HEX triplet: 75, 39 and 6B. RGB value is (117,57,107). Sum of RGB (Red+Green+Blue) = 117+57+107=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75396B is #8AC694. Grayscale: #505050. Windows color (decimal): -9094805 or 7027061. OLE color: 7027061.

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

Color convert

RGB 117 57 107 -
CMYK 0 0.51 0.09 0.54
HSL 310º 0.34% 0.34% -
HSV(B) 310º 0.51% 0.46% -
XYZ 11.45 7.77 14.81 -
YUV 80.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 117 57 107 0 0.51 0.09 0.54 310 0.34 0.34
Hex 75 39 6B 0 33 9 36 136 22 22
Octal 165 71 153 0 63 11 66 466 42 42
Binary 1110101 111001 1101011 0 110011 1001 110110 100110110 100010 100010

Color Harmonies of #75396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75396B

Black with #75396B

Text Example


Text Example

White with #75396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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