Html Css Color HEX #75225A Palatinate Purple

📋 copy color: '#75225A'

red 117 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #75225A

Tints of Palatinate Purple #75225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 48.55%
G = 14.11%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75225A (or 0x75225A) is known color: Palatinate Purple. HEX triplet: 75, 22 and 5A. RGB value is (117,34,90). Sum of RGB (Red+Green+Blue) = 117+34+90=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75225A is #8ADDA5. Grayscale: #414141. Windows color (decimal): -9100710 or 5907061. OLE color: 5907061.

HSL color Cylindrical-coordinate representation of color #75225A: hue angle of 319.52º 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 #75225A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 90 -
CMYK 0 0.71 0.23 0.54
HSL 319.52º 0.55% 0.3% -
HSV(B) 319.52º 0.71% 0.46% -
XYZ 9.75 5.66 10.25 -
YUV 65.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 117 34 90 0 0.71 0.23 0.54 319.52 0.55 0.3
Hex 75 22 5A 0 47 17 36 140 37 1E
Octal 165 42 132 0 107 27 66 500 67 36
Binary 1110101 100010 1011010 0 1000111 10111 110110 101000000 110111 11110

Color Harmonies of #75225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75225A

Black with #75225A

Text Example


Text Example

White with #75225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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