Html Css Color HEX #75356A Palatinate Purple

📋 copy color: '#75356A'

red 117 ◦ green 53 ◦ blue 106

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

Shades of Palatinate Purple #75356A

Tints of Palatinate Purple #75356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 42.39%
G = 19.2%
B = 38.41%

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

#75356A (or 0x75356A) is known color: Palatinate Purple. HEX triplet: 75, 35 and 6A. RGB value is (117,53,106). Sum of RGB (Red+Green+Blue) = 117+53+106=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356A is #8ACA95. Grayscale: #4E4E4E. Windows color (decimal): -9095830 or 6960501. OLE color: 6960501.

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

Color convert

RGB 117 53 106 -
CMYK 0 0.55 0.09 0.54
HSL 310.31º 0.38% 0.33% -
HSV(B) 310.31º 0.55% 0.46% -
XYZ 11.21 7.37 14.47 -
YUV 78.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 117 53 106 0 0.55 0.09 0.54 310.31 0.38 0.33
Hex 75 35 6A 0 37 9 36 136 26 21
Octal 165 65 152 0 67 11 66 466 46 41
Binary 1110101 110101 1101010 0 110111 1001 110110 100110110 100110 100001

Color Harmonies of #75356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75356A

Black with #75356A

Text Example


Text Example

White with #75356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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