Html Css Color HEX #75085D Palatinate Purple

📋 copy color: '#75085D'

red 117 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #75085D

Tints of Palatinate Purple #75085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 53.67%
G = 3.67%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75085D (or 0x75085D) is known color: Palatinate Purple. HEX triplet: 75, 08 and 5D. RGB value is (117,8,93). Sum of RGB (Red+Green+Blue) = 117+8+93=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085D is #8AF7A2. Grayscale: #323232. Windows color (decimal): -9107363 or 6097013. OLE color: 6097013.

HSL color Cylindrical-coordinate representation of color #75085D: hue angle of 313.21º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75085D is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 93 -
CMYK 0 0.93 0.21 0.54
HSL 313.21º 0.87% 0.25% -
HSV(B) 313.21º 0.93% 0.46% -
XYZ 9.4 4.75 10.78 -
YUV 50.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 117 8 93 0 0.93 0.21 0.54 313.21 0.87 0.25
Hex 75 8 5D 0 5D 15 36 139 57 19
Octal 165 10 135 0 135 25 66 471 127 31
Binary 1110101 1000 1011101 0 1011101 10101 110110 100111001 1010111 11001

Color Harmonies of #75085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75085D

Black with #75085D

Text Example


Text Example

White with #75085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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