Html Css Color HEX #75285D Palatinate Purple

📋 copy color: '#75285D'

red 117 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #75285D

Tints of Palatinate Purple #75285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 46.8%
G = 16%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75285D (or 0x75285D) is known color: Palatinate Purple. HEX triplet: 75, 28 and 5D. RGB value is (117,40,93). Sum of RGB (Red+Green+Blue) = 117+40+93=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285D is #8AD7A2. Grayscale: #444444. Windows color (decimal): -9099171 or 6105205. OLE color: 6105205.

HSL color Cylindrical-coordinate representation of color #75285D: hue angle of 318.7º 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 #75285D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 93 -
CMYK 0 0.66 0.21 0.54
HSL 318.7º 0.49% 0.31% -
HSV(B) 318.7º 0.66% 0.46% -
XYZ 10.07 6.09 11 -
YUV 69.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 117 40 93 0 0.66 0.21 0.54 318.7 0.49 0.31
Hex 75 28 5D 0 42 15 36 13F 31 1F
Octal 165 50 135 0 102 25 66 477 61 37
Binary 1110101 101000 1011101 0 1000010 10101 110110 100111111 110001 11111

Color Harmonies of #75285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75285D

Black with #75285D

Text Example


Text Example

White with #75285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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