Html Css Color HEX #752269 Palatinate Purple

📋 copy color: '#752269'

red 117 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #752269

Tints of Palatinate Purple #752269

RGB

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

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

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

R = 45.7%
G = 13.28%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752269 (or 0x752269) is known color: Palatinate Purple. HEX triplet: 75, 22 and 69. RGB value is (117,34,105). Sum of RGB (Red+Green+Blue) = 117+34+105=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752269 is #8ADD96. Grayscale: #424242. Windows color (decimal): -9100695 or 6890101. OLE color: 6890101.

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

Color convert

RGB 117 34 105 -
CMYK 0 0.71 0.10 0.54
HSL 308.67º 0.55% 0.3% -
HSV(B) 308.67º 0.71% 0.46% -
XYZ 10.46 5.95 13.96 -
YUV 66.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 117 34 105 0 0.71 0.10 0.54 308.67 0.55 0.3
Hex 75 22 69 0 47 A 36 135 37 1E
Octal 165 42 151 0 107 12 66 465 67 36
Binary 1110101 100010 1101001 0 1000111 1010 110110 100110101 110111 11110

Color Harmonies of #752269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752269

Black with #752269

Text Example


Text Example

White with #752269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752269; }

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

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

background-color css

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

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

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

border-color css

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

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

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