Html Css Color HEX #752169 Palatinate Purple

📋 copy color: '#752169'

red 117 ◦ green 33 ◦ blue 105

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

Shades of Palatinate Purple #752169

Tints of Palatinate Purple #752169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 45.88%
G = 12.94%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752169 (or 0x752169) is known color: Palatinate Purple. HEX triplet: 75, 21 and 69. RGB value is (117,33,105). Sum of RGB (Red+Green+Blue) = 117+33+105=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752169 is #8ADE96. Grayscale: #424242. Windows color (decimal): -9100951 or 6889845. OLE color: 6889845.

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

Color convert

RGB 117 33 105 -
CMYK 0 0.72 0.10 0.54
HSL 308.57º 0.56% 0.29% -
HSV(B) 308.57º 0.72% 0.46% -
XYZ 10.43 5.89 13.95 -
YUV 66.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 117 33 105 0 0.72 0.10 0.54 308.57 0.56 0.29
Hex 75 21 69 0 48 A 36 135 38 1D
Octal 165 41 151 0 110 12 66 465 70 35
Binary 1110101 100001 1101001 0 1001000 1010 110110 100110101 111000 11101

Color Harmonies of #752169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752169

Black with #752169

Text Example


Text Example

White with #752169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752169; }

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

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

background-color css

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

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

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

border-color css

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

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

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