Html Css Color HEX #75205E Palatinate Purple

📋 copy color: '#75205E'

red 117 ◦ green 32 ◦ blue 94

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

Shades of Palatinate Purple #75205E

Tints of Palatinate Purple #75205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 48.15%
G = 13.17%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75205E (or 0x75205E) is known color: Palatinate Purple. HEX triplet: 75, 20 and 5E. RGB value is (117,32,94). Sum of RGB (Red+Green+Blue) = 117+32+94=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205E is #8ADFA1. Grayscale: #404040. Windows color (decimal): -9101218 or 6168693. OLE color: 6168693.

HSL color Cylindrical-coordinate representation of color #75205E: hue angle of 316.24º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75205E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 94 -
CMYK 0 0.73 0.20 0.54
HSL 316.24º 0.57% 0.29% -
HSV(B) 316.24º 0.73% 0.46% -
XYZ 9.87 5.62 11.15 -
YUV 64.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 117 32 94 0 0.73 0.20 0.54 316.24 0.57 0.29
Hex 75 20 5E 0 49 14 36 13C 39 1D
Octal 165 40 136 0 111 24 66 474 71 35
Binary 1110101 100000 1011110 0 1001001 10100 110110 100111100 111001 11101

Color Harmonies of #75205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75205E

Black with #75205E

Text Example


Text Example

White with #75205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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