Html Css Color HEX #752365 Palatinate Purple

📋 copy color: '#752365'

red 117 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #752365

Tints of Palatinate Purple #752365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.92%

R = 46.25%
G = 13.83%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#752365 (or 0x752365) is known color: Palatinate Purple. HEX triplet: 75, 23 and 65. RGB value is (117,35,101). Sum of RGB (Red+Green+Blue) = 117+35+101=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #752365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752365 is #8ADC9A. Grayscale: #424242. Windows color (decimal): -9100443 or 6628213. OLE color: 6628213.

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

Color convert

RGB 117 35 101 -
CMYK 0 0.70 0.14 0.54
HSL 311.71º 0.54% 0.3% -
HSV(B) 311.71º 0.7% 0.46% -
XYZ 10.29 5.92 12.91 -
YUV 67.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 117 35 101 0 0.70 0.14 0.54 311.71 0.54 0.3
Hex 75 23 65 0 46 E 36 138 36 1E
Octal 165 43 145 0 106 16 66 470 66 36
Binary 1110101 100011 1100101 0 1000110 1110 110110 100111000 110110 11110

Color Harmonies of #752365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752365

Black with #752365

Text Example


Text Example

White with #752365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752365; }

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

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

background-color css

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

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

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

border-color css

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

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

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