Html Css Color HEX #752163 Palatinate Purple

📋 copy color: '#752163'

red 117 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #752163

Tints of Palatinate Purple #752163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 46.99%
G = 13.25%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#752163 (or 0x752163) is known color: Palatinate Purple. HEX triplet: 75, 21 and 63. RGB value is (117,33,99). Sum of RGB (Red+Green+Blue) = 117+33+99=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752163 is #8ADE9C. Grayscale: #414141. Windows color (decimal): -9100957 or 6496629. OLE color: 6496629.

HSL color Cylindrical-coordinate representation of color #752163: hue angle of 312.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 #752163 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 99 -
CMYK 0 0.72 0.15 0.54
HSL 312.86º 0.56% 0.29% -
HSV(B) 312.86º 0.72% 0.46% -
XYZ 10.13 5.77 12.38 -
YUV 65.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 117 33 99 0 0.72 0.15 0.54 312.86 0.56 0.29
Hex 75 21 63 0 48 F 36 139 38 1D
Octal 165 41 143 0 110 17 66 471 70 35
Binary 1110101 100001 1100011 0 1001000 1111 110110 100111001 111000 11101

Color Harmonies of #752163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752163

Black with #752163

Text Example


Text Example

White with #752163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752163; }

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

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

background-color css

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

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

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

border-color css

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

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

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