Html Css Color HEX #75225D Palatinate Purple

📋 copy color: '#75225D'

red 117 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #75225D

Tints of Palatinate Purple #75225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 47.95%
G = 13.93%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75225D (or 0x75225D) is known color: Palatinate Purple. HEX triplet: 75, 22 and 5D. RGB value is (117,34,93). Sum of RGB (Red+Green+Blue) = 117+34+93=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75225D is #8ADDA2. Grayscale: #414141. Windows color (decimal): -9100707 or 6103669. OLE color: 6103669.

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

Color convert

RGB 117 34 93 -
CMYK 0 0.71 0.21 0.54
HSL 317.35º 0.55% 0.3% -
HSV(B) 317.35º 0.71% 0.46% -
XYZ 9.88 5.72 10.94 -
YUV 65.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 117 34 93 0 0.71 0.21 0.54 317.35 0.55 0.3
Hex 75 22 5D 0 47 15 36 13D 37 1E
Octal 165 42 135 0 107 25 66 475 67 36
Binary 1110101 100010 1011101 0 1000111 10101 110110 100111101 110111 11110

Color Harmonies of #75225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75225D

Black with #75225D

Text Example


Text Example

White with #75225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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