Html Css Color HEX #75226C Palatinate Purple

📋 copy color: '#75226C'

red 117 ◦ green 34 ◦ blue 108

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

Shades of Palatinate Purple #75226C

Tints of Palatinate Purple #75226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 45.17%
G = 13.13%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75226C (or 0x75226C) is known color: Palatinate Purple. HEX triplet: 75, 22 and 6C. RGB value is (117,34,108). Sum of RGB (Red+Green+Blue) = 117+34+108=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75226C is #8ADD93. Grayscale: #434343. Windows color (decimal): -9100692 or 7086709. OLE color: 7086709.

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

Color convert

RGB 117 34 108 -
CMYK 0 0.71 0.08 0.54
HSL 306.51º 0.55% 0.3% -
HSV(B) 306.51º 0.71% 0.46% -
XYZ 10.61 6.01 14.79 -
YUV 67.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 117 34 108 0 0.71 0.08 0.54 306.51 0.55 0.3
Hex 75 22 6C 0 47 8 36 133 37 1E
Octal 165 42 154 0 107 10 66 463 67 36
Binary 1110101 100010 1101100 0 1000111 1000 110110 100110011 110111 11110

Color Harmonies of #75226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75226C

Black with #75226C

Text Example


Text Example

White with #75226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75226C; }

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

 H1.HeaderClassName
 {
   color: #75226C;
 }
 .AnyTagClassName
 {
   color: #75226C;
 }
</style>

background-color css

<style>
 a { background-color: #75226C; }

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

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

border-color css

<style>
 span { border-color: #75226C; }

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

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