Html Css Color HEX #75075B Palatinate Purple

📋 copy color: '#75075B'

red 117 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #75075B

Tints of Palatinate Purple #75075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 54.42%
G = 3.26%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75075B (or 0x75075B) is known color: Palatinate Purple. HEX triplet: 75, 07 and 5B. RGB value is (117,7,91). Sum of RGB (Red+Green+Blue) = 117+7+91=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075B is #8AF8A4. Grayscale: #313131. Windows color (decimal): -9107621 or 5965685. OLE color: 5965685.

HSL color Cylindrical-coordinate representation of color #75075B: hue angle of 314.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75075B is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 91 -
CMYK 0 0.94 0.22 0.54
HSL 314.18º 0.89% 0.24% -
HSV(B) 314.18º 0.94% 0.46% -
XYZ 9.3 4.69 10.31 -
YUV 49.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 117 7 91 0 0.94 0.22 0.54 314.18 0.89 0.24
Hex 75 7 5B 0 5E 16 36 13A 59 18
Octal 165 7 133 0 136 26 66 472 131 30
Binary 1110101 111 1011011 0 1011110 10110 110110 100111010 1011001 11000

Color Harmonies of #75075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75075B

Black with #75075B

Text Example


Text Example

White with #75075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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