Html Css Color HEX #75356C Palatinate Purple

📋 copy color: '#75356C'

red 117 ◦ green 53 ◦ blue 108

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

Shades of Palatinate Purple #75356C

Tints of Palatinate Purple #75356C

RGB

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

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

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

R = 42.09%
G = 19.06%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75356C (or 0x75356C) is known color: Palatinate Purple. HEX triplet: 75, 35 and 6C. RGB value is (117,53,108). Sum of RGB (Red+Green+Blue) = 117+53+108=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356C is #8ACA93. Grayscale: #4E4E4E. Windows color (decimal): -9095828 or 7091573. OLE color: 7091573.

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

Color convert

RGB 117 53 108 -
CMYK 0 0.55 0.08 0.54
HSL 308.44º 0.38% 0.33% -
HSV(B) 308.44º 0.55% 0.46% -
XYZ 11.32 7.41 15.02 -
YUV 78.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 117 53 108 0 0.55 0.08 0.54 308.44 0.38 0.33
Hex 75 35 6C 0 37 8 36 134 26 21
Octal 165 65 154 0 67 10 66 464 46 41
Binary 1110101 110101 1101100 0 110111 1000 110110 100110100 100110 100001

Color Harmonies of #75356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75356C

Black with #75356C

Text Example


Text Example

White with #75356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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