Html Css Color HEX #75095C Palatinate Purple

📋 copy color: '#75095C'

red 117 ◦ green 9 ◦ blue 92

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

Shades of Palatinate Purple #75095C

Tints of Palatinate Purple #75095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 53.67%
G = 4.13%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75095C (or 0x75095C) is known color: Palatinate Purple. HEX triplet: 75, 09 and 5C. RGB value is (117,9,92). Sum of RGB (Red+Green+Blue) = 117+9+92=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75095C is #8AF6A3. Grayscale: #323232. Windows color (decimal): -9107108 or 6031733. OLE color: 6031733.

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

Color convert

RGB 117 9 92 -
CMYK 0 0.92 0.21 0.54
HSL 313.89º 0.86% 0.25% -
HSV(B) 313.89º 0.92% 0.46% -
XYZ 9.37 4.75 10.55 -
YUV 50.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 117 9 92 0 0.92 0.21 0.54 313.89 0.86 0.25
Hex 75 9 5C 0 5C 15 36 13A 56 19
Octal 165 11 134 0 134 25 66 472 126 31
Binary 1110101 1001 1011100 0 1011100 10101 110110 100111010 1010110 11001

Color Harmonies of #75095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75095C

Black with #75095C

Text Example


Text Example

White with #75095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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