Html Css Color HEX #75095E Palatinate Purple

📋 copy color: '#75095E'

red 117 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #75095E

Tints of Palatinate Purple #75095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 53.18%
G = 4.09%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75095E (or 0x75095E) is known color: Palatinate Purple. HEX triplet: 75, 09 and 5E. RGB value is (117,9,94). Sum of RGB (Red+Green+Blue) = 117+9+94=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #75095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75095E is #8AF6A1. Grayscale: #323232. Windows color (decimal): -9107106 or 6162805. OLE color: 6162805.

HSL color Cylindrical-coordinate representation of color #75095E: hue angle of 312.78º 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 #75095E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 94 -
CMYK 0 0.92 0.20 0.54
HSL 312.78º 0.86% 0.25% -
HSV(B) 312.78º 0.92% 0.46% -
XYZ 9.45 4.79 11.02 -
YUV 50.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 117 9 94 0 0.92 0.20 0.54 312.78 0.86 0.25
Hex 75 9 5E 0 5C 14 36 139 56 19
Octal 165 11 136 0 134 24 66 471 126 31
Binary 1110101 1001 1011110 0 1011100 10100 110110 100111001 1010110 11001

Color Harmonies of #75095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75095E

Black with #75095E

Text Example


Text Example

White with #75095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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