Html Css Color HEX #75316A Palatinate Purple

📋 copy color: '#75316A'

red 117 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #75316A

Tints of Palatinate Purple #75316A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 43.01%
G = 18.01%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75316A (or 0x75316A) is known color: Palatinate Purple. HEX triplet: 75, 31 and 6A. RGB value is (117,49,106). Sum of RGB (Red+Green+Blue) = 117+49+106=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #75316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316A is #8ACE95. Grayscale: #4B4B4B. Windows color (decimal): -9096854 or 6959477. OLE color: 6959477.

HSL color Cylindrical-coordinate representation of color #75316A: hue angle of 309.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75316A is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 106 -
CMYK 0 0.58 0.09 0.54
HSL 309.71º 0.41% 0.33% -
HSV(B) 309.71º 0.58% 0.46% -
XYZ 11.04 7.02 14.41 -
YUV 75.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 117 49 106 0 0.58 0.09 0.54 309.71 0.41 0.33
Hex 75 31 6A 0 3A 9 36 136 29 21
Octal 165 61 152 0 72 11 66 466 51 41
Binary 1110101 110001 1101010 0 111010 1001 110110 100110110 101001 100001

Color Harmonies of #75316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75316A

Black with #75316A

Text Example


Text Example

White with #75316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75316A; }

 p { color: rgb(117,49,106); }

 H1.HeaderClassName
 {
   color: #75316A;
 }
 .AnyTagClassName
 {
   color: #75316A;
 }
</style>

background-color css

<style>
 a { background-color: #75316A; }

 a { background-color: rgb(117,49,106); }

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

border-color css

<style>
 span { border-color: #75316A; }

 span { border-color: rgb(117,49,106); }

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