Html Css Color HEX #75336C Palatinate Purple

📋 copy color: '#75336C'

red 117 ◦ green 51 ◦ blue 108

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

Shades of Palatinate Purple #75336C

Tints of Palatinate Purple #75336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 42.39%
G = 18.48%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75336C (or 0x75336C) is known color: Palatinate Purple. HEX triplet: 75, 33 and 6C. RGB value is (117,51,108). Sum of RGB (Red+Green+Blue) = 117+51+108=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75336C is #8ACC93. Grayscale: #4D4D4D. Windows color (decimal): -9096340 or 7091061. OLE color: 7091061.

HSL color Cylindrical-coordinate representation of color #75336C: hue angle of 308.18º 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 #75336C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 108 -
CMYK 0 0.56 0.08 0.54
HSL 308.18º 0.39% 0.33% -
HSV(B) 308.18º 0.56% 0.46% -
XYZ 11.23 7.23 14.99 -
YUV 77.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 117 51 108 0 0.56 0.08 0.54 308.18 0.39 0.33
Hex 75 33 6C 0 38 8 36 134 27 21
Octal 165 63 154 0 70 10 66 464 47 41
Binary 1110101 110011 1101100 0 111000 1000 110110 100110100 100111 100001

Color Harmonies of #75336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75336C

Black with #75336C

Text Example


Text Example

White with #75336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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