Html Css Color HEX #752369 Palatinate Purple

📋 copy color: '#752369'

red 117 ◦ green 35 ◦ blue 105

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

Shades of Palatinate Purple #752369

Tints of Palatinate Purple #752369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 45.53%
G = 13.62%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752369 (or 0x752369) is known color: Palatinate Purple. HEX triplet: 75, 23 and 69. RGB value is (117,35,105). Sum of RGB (Red+Green+Blue) = 117+35+105=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #752369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752369 is #8ADC96. Grayscale: #434343. Windows color (decimal): -9100439 or 6890357. OLE color: 6890357.

HSL color Cylindrical-coordinate representation of color #752369: hue angle of 308.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752369 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 105 -
CMYK 0 0.70 0.10 0.54
HSL 308.78º 0.54% 0.3% -
HSV(B) 308.78º 0.7% 0.46% -
XYZ 10.49 6 13.97 -
YUV 67.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 117 35 105 0 0.70 0.10 0.54 308.78 0.54 0.3
Hex 75 23 69 0 46 A 36 135 36 1E
Octal 165 43 151 0 106 12 66 465 66 36
Binary 1110101 100011 1101001 0 1000110 1010 110110 100110101 110110 11110

Color Harmonies of #752369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752369

Black with #752369

Text Example


Text Example

White with #752369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752369; }

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

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

background-color css

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

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

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

border-color css

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

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

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