Html Css Color HEX #75285A Palatinate Purple

📋 copy color: '#75285A'

red 117 ◦ green 40 ◦ blue 90

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

Shades of Palatinate Purple #75285A

Tints of Palatinate Purple #75285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 47.37%
G = 16.19%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75285A (or 0x75285A) is known color: Palatinate Purple. HEX triplet: 75, 28 and 5A. RGB value is (117,40,90). Sum of RGB (Red+Green+Blue) = 117+40+90=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285A is #8AD7A5. Grayscale: #444444. Windows color (decimal): -9099174 or 5908597. OLE color: 5908597.

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

Color convert

RGB 117 40 90 -
CMYK 0 0.66 0.23 0.54
HSL 321.04º 0.49% 0.31% -
HSV(B) 321.04º 0.66% 0.46% -
XYZ 9.94 6.04 10.31 -
YUV 68.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 117 40 90 0 0.66 0.23 0.54 321.04 0.49 0.31
Hex 75 28 5A 0 42 17 36 141 31 1F
Octal 165 50 132 0 102 27 66 501 61 37
Binary 1110101 101000 1011010 0 1000010 10111 110110 101000001 110001 11111

Color Harmonies of #75285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75285A

Black with #75285A

Text Example


Text Example

White with #75285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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