Html Css Color HEX #75216A Palatinate Purple

📋 copy color: '#75216A'

red 117 ◦ green 33 ◦ blue 106

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

Shades of Palatinate Purple #75216A

Tints of Palatinate Purple #75216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 45.7%
G = 12.89%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75216A (or 0x75216A) is known color: Palatinate Purple. HEX triplet: 75, 21 and 6A. RGB value is (117,33,106). Sum of RGB (Red+Green+Blue) = 117+33+106=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75216A is #8ADE95. Grayscale: #424242. Windows color (decimal): -9100950 or 6955381. OLE color: 6955381.

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

Color convert

RGB 117 33 106 -
CMYK 0 0.72 0.09 0.54
HSL 307.86º 0.56% 0.29% -
HSV(B) 307.86º 0.72% 0.46% -
XYZ 10.48 5.91 14.22 -
YUV 66.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 117 33 106 0 0.72 0.09 0.54 307.86 0.56 0.29
Hex 75 21 6A 0 48 9 36 134 38 1D
Octal 165 41 152 0 110 11 66 464 70 35
Binary 1110101 100001 1101010 0 1001000 1001 110110 100110100 111000 11101

Color Harmonies of #75216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75216A

Black with #75216A

Text Example


Text Example

White with #75216A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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