Html Css Color HEX #75336B Palatinate Purple

📋 copy color: '#75336B'

red 117 ◦ green 51 ◦ blue 107

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

Shades of Palatinate Purple #75336B

Tints of Palatinate Purple #75336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 42.55%
G = 18.55%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75336B (or 0x75336B) is known color: Palatinate Purple. HEX triplet: 75, 33 and 6B. RGB value is (117,51,107). Sum of RGB (Red+Green+Blue) = 117+51+107=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75336B is #8ACC94. Grayscale: #4C4C4C. Windows color (decimal): -9096341 or 7025525. OLE color: 7025525.

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

Color convert

RGB 117 51 107 -
CMYK 0 0.56 0.09 0.54
HSL 309.09º 0.39% 0.33% -
HSV(B) 309.09º 0.56% 0.46% -
XYZ 11.17 7.21 14.71 -
YUV 77.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 117 51 107 0 0.56 0.09 0.54 309.09 0.39 0.33
Hex 75 33 6B 0 38 9 36 135 27 21
Octal 165 63 153 0 70 11 66 465 47 41
Binary 1110101 110011 1101011 0 111000 1001 110110 100110101 100111 100001

Color Harmonies of #75336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75336B

Black with #75336B

Text Example


Text Example

White with #75336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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