Html Css Color HEX #752065 Palatinate Purple

📋 copy color: '#752065'

red 117 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #752065

Tints of Palatinate Purple #752065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 46.8%
G = 12.8%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#752065 (or 0x752065) is known color: Palatinate Purple. HEX triplet: 75, 20 and 65. RGB value is (117,32,101). Sum of RGB (Red+Green+Blue) = 117+32+101=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #752065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752065 is #8ADF9A. Grayscale: #414141. Windows color (decimal): -9101211 or 6627445. OLE color: 6627445.

HSL color Cylindrical-coordinate representation of color #752065: hue angle of 311.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752065 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 101 -
CMYK 0 0.73 0.14 0.54
HSL 311.29º 0.57% 0.29% -
HSV(B) 311.29º 0.73% 0.46% -
XYZ 10.2 5.75 12.88 -
YUV 65.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 117 32 101 0 0.73 0.14 0.54 311.29 0.57 0.29
Hex 75 20 65 0 49 E 36 137 39 1D
Octal 165 40 145 0 111 16 66 467 71 35
Binary 1110101 100000 1100101 0 1001001 1110 110110 100110111 111001 11101

Color Harmonies of #752065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752065

Black with #752065

Text Example


Text Example

White with #752065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752065; }

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

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

background-color css

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

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

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

border-color css

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

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

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