Html Css Color HEX #75125F Palatinate Purple

📋 copy color: '#75125F'

red 117 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #75125F

Tints of Palatinate Purple #75125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 50.87%
G = 7.83%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75125F (or 0x75125F) is known color: Palatinate Purple. HEX triplet: 75, 12 and 5F. RGB value is (117,18,95). Sum of RGB (Red+Green+Blue) = 117+18+95=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75125F is #8AEDA0. Grayscale: #383838. Windows color (decimal): -9104801 or 6230645. OLE color: 6230645.

HSL color Cylindrical-coordinate representation of color #75125F: hue angle of 313.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75125F is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 95 -
CMYK 0 0.85 0.19 0.54
HSL 313.33º 0.73% 0.26% -
HSV(B) 313.33º 0.85% 0.46% -
XYZ 9.62 5.04 11.29 -
YUV 56.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 117 18 95 0 0.85 0.19 0.54 313.33 0.73 0.26
Hex 75 12 5F 0 55 13 36 139 49 1A
Octal 165 22 137 0 125 23 66 471 111 32
Binary 1110101 10010 1011111 0 1010101 10011 110110 100111001 1001001 11010

Color Harmonies of #75125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75125F

Black with #75125F

Text Example


Text Example

White with #75125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75125F; }

 p { color: rgb(117,18,95); }

 H1.HeaderClassName
 {
   color: #75125F;
 }
 .AnyTagClassName
 {
   color: #75125F;
 }
</style>

background-color css

<style>
 a { background-color: #75125F; }

 a { background-color: rgb(117,18,95); }

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

border-color css

<style>
 span { border-color: #75125F; }

 span { border-color: rgb(117,18,95); }

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