Html Css Color HEX #75356B Palatinate Purple

📋 copy color: '#75356B'

red 117 ◦ green 53 ◦ blue 107

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

Shades of Palatinate Purple #75356B

Tints of Palatinate Purple #75356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 42.24%
G = 19.13%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75356B (or 0x75356B) is known color: Palatinate Purple. HEX triplet: 75, 35 and 6B. RGB value is (117,53,107). Sum of RGB (Red+Green+Blue) = 117+53+107=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356B is #8ACA94. Grayscale: #4E4E4E. Windows color (decimal): -9095829 or 7026037. OLE color: 7026037.

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

Color convert

RGB 117 53 107 -
CMYK 0 0.55 0.09 0.54
HSL 309.38º 0.38% 0.33% -
HSV(B) 309.38º 0.55% 0.46% -
XYZ 11.26 7.39 14.74 -
YUV 78.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 117 53 107 0 0.55 0.09 0.54 309.38 0.38 0.33
Hex 75 35 6B 0 37 9 36 135 26 21
Octal 165 65 153 0 67 11 66 465 46 41
Binary 1110101 110101 1101011 0 110111 1001 110110 100110101 100110 100001

Color Harmonies of #75356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75356B

Black with #75356B

Text Example


Text Example

White with #75356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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