Html Css Color HEX #75335E Palatinate Purple

📋 copy color: '#75335E'

red 117 ◦ green 51 ◦ blue 94

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

Shades of Palatinate Purple #75335E

Tints of Palatinate Purple #75335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 44.66%
G = 19.47%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75335E (or 0x75335E) is known color: Palatinate Purple. HEX triplet: 75, 33 and 5E. RGB value is (117,51,94). Sum of RGB (Red+Green+Blue) = 117+51+94=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75335E is #8ACCA1. Grayscale: #4B4B4B. Windows color (decimal): -9096354 or 6173557. OLE color: 6173557.

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

Color convert

RGB 117 51 94 -
CMYK 0 0.56 0.20 0.54
HSL 320.91º 0.39% 0.33% -
HSV(B) 320.91º 0.56% 0.46% -
XYZ 10.54 6.96 11.38 -
YUV 75.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 117 51 94 0 0.56 0.20 0.54 320.91 0.39 0.33
Hex 75 33 5E 0 38 14 36 141 27 21
Octal 165 63 136 0 70 24 66 501 47 41
Binary 1110101 110011 1011110 0 111000 10100 110110 101000001 100111 100001

Color Harmonies of #75335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75335E

Black with #75335E

Text Example


Text Example

White with #75335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75335E; }

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

 H1.HeaderClassName
 {
   color: #75335E;
 }
 .AnyTagClassName
 {
   color: #75335E;
 }
</style>

background-color css

<style>
 a { background-color: #75335E; }

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

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

border-color css

<style>
 span { border-color: #75335E; }

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

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