Html Css Color HEX #75285E Palatinate Purple

📋 copy color: '#75285E'

red 117 ◦ green 40 ◦ blue 94

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

Shades of Palatinate Purple #75285E

Tints of Palatinate Purple #75285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 46.61%
G = 15.94%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75285E (or 0x75285E) is known color: Palatinate Purple. HEX triplet: 75, 28 and 5E. RGB value is (117,40,94). Sum of RGB (Red+Green+Blue) = 117+40+94=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285E is #8AD7A1. Grayscale: #454545. Windows color (decimal): -9099170 or 6170741. OLE color: 6170741.

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

Color convert

RGB 117 40 94 -
CMYK 0 0.66 0.20 0.54
HSL 317.92º 0.49% 0.31% -
HSV(B) 317.92º 0.66% 0.46% -
XYZ 10.12 6.11 11.24 -
YUV 69.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 117 40 94 0 0.66 0.20 0.54 317.92 0.49 0.31
Hex 75 28 5E 0 42 14 36 13E 31 1F
Octal 165 50 136 0 102 24 66 476 61 37
Binary 1110101 101000 1011110 0 1000010 10100 110110 100111110 110001 11111

Color Harmonies of #75285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75285E

Black with #75285E

Text Example


Text Example

White with #75285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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