Html Css Color HEX #75085B Palatinate Purple

📋 copy color: '#75085B'

red 117 ◦ green 8 ◦ blue 91

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

Shades of Palatinate Purple #75085B

Tints of Palatinate Purple #75085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 54.17%
G = 3.7%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75085B (or 0x75085B) is known color: Palatinate Purple. HEX triplet: 75, 08 and 5B. RGB value is (117,8,91). Sum of RGB (Red+Green+Blue) = 117+8+91=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085B is #8AF7A4. Grayscale: #313131. Windows color (decimal): -9107365 or 5965941. OLE color: 5965941.

HSL color Cylindrical-coordinate representation of color #75085B: hue angle of 314.31º 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 #75085B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 91 -
CMYK 0 0.93 0.22 0.54
HSL 314.31º 0.87% 0.25% -
HSV(B) 314.31º 0.93% 0.46% -
XYZ 9.31 4.71 10.32 -
YUV 50.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 117 8 91 0 0.93 0.22 0.54 314.31 0.87 0.25
Hex 75 8 5B 0 5D 16 36 13A 57 19
Octal 165 10 133 0 135 26 66 472 127 31
Binary 1110101 1000 1011011 0 1011101 10110 110110 100111010 1010111 11001

Color Harmonies of #75085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75085B

Black with #75085B

Text Example


Text Example

White with #75085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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