Html Css Color HEX #75105D Palatinate Purple

📋 copy color: '#75105D'

red 117 ◦ green 16 ◦ blue 93

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

Shades of Palatinate Purple #75105D

Tints of Palatinate Purple #75105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 51.77%
G = 7.08%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75105D (or 0x75105D) is known color: Palatinate Purple. HEX triplet: 75, 10 and 5D. RGB value is (117,16,93). Sum of RGB (Red+Green+Blue) = 117+16+93=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75105D is #8AEFA2. Grayscale: #363636. Windows color (decimal): -9105315 or 6099061. OLE color: 6099061.

HSL color Cylindrical-coordinate representation of color #75105D: hue angle of 314.26º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75105D is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 93 -
CMYK 0 0.86 0.21 0.54
HSL 314.26º 0.76% 0.26% -
HSV(B) 314.26º 0.86% 0.46% -
XYZ 9.5 4.94 10.81 -
YUV 54.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 117 16 93 0 0.86 0.21 0.54 314.26 0.76 0.26
Hex 75 10 5D 0 56 15 36 13A 4C 1A
Octal 165 20 135 0 126 25 66 472 114 32
Binary 1110101 10000 1011101 0 1010110 10101 110110 100111010 1001100 11010

Color Harmonies of #75105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75105D

Black with #75105D

Text Example


Text Example

White with #75105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75105D; }

 p { color: rgb(117,16,93); }

 H1.HeaderClassName
 {
   color: #75105D;
 }
 .AnyTagClassName
 {
   color: #75105D;
 }
</style>

background-color css

<style>
 a { background-color: #75105D; }

 a { background-color: rgb(117,16,93); }

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

border-color css

<style>
 span { border-color: #75105D; }

 span { border-color: rgb(117,16,93); }

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