Html Css Color HEX #75095B Palatinate Purple

📋 copy color: '#75095B'

red 117 ◦ green 9 ◦ blue 91

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

Shades of Palatinate Purple #75095B

Tints of Palatinate Purple #75095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 53.92%
G = 4.15%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75095B (or 0x75095B) is known color: Palatinate Purple. HEX triplet: 75, 09 and 5B. RGB value is (117,9,91). Sum of RGB (Red+Green+Blue) = 117+9+91=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75095B is #8AF6A4. Grayscale: #323232. Windows color (decimal): -9107109 or 5966197. OLE color: 5966197.

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

Color convert

RGB 117 9 91 -
CMYK 0 0.92 0.22 0.54
HSL 314.44º 0.86% 0.25% -
HSV(B) 314.44º 0.92% 0.46% -
XYZ 9.32 4.73 10.32 -
YUV 50.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 117 9 91 0 0.92 0.22 0.54 314.44 0.86 0.25
Hex 75 9 5B 0 5C 16 36 13A 56 19
Octal 165 11 133 0 134 26 66 472 126 31
Binary 1110101 1001 1011011 0 1011100 10110 110110 100111010 1010110 11001

Color Harmonies of #75095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75095B

Black with #75095B

Text Example


Text Example

White with #75095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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