Html Css Color HEX #653958 Palatinate Purple

📋 copy color: '#653958'

red 101 ◦ green 57 ◦ blue 88

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

Shades of Palatinate Purple #653958

Tints of Palatinate Purple #653958

RGB

 RED value IS 101 (39.84% from 255) = 41.06%

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 88 (34.77% from 255) = 35.77%

R = 41.06%
G = 23.17%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#653958 (or 0x653958) is known color: Palatinate Purple. HEX triplet: 65, 39 and 58. RGB value is (101,57,88). Sum of RGB (Red+Green+Blue) = 101+57+88=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #653958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653958 is #9AC6A7. Grayscale: #494949. Windows color (decimal): -10143400 or 5781861. OLE color: 5781861.

HSL color Cylindrical-coordinate representation of color #653958: hue angle of 317.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653958 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 88 -
CMYK 0 0.44 0.13 0.60
HSL 317.73º 0.28% 0.31% -
HSV(B) 317.73º 0.44% 0.4% -
XYZ 8.59 6.4 10.01 -
YUV 73.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 101 57 88 0 0.44 0.13 0.60 317.73 0.28 0.31
Hex 65 39 58 0 2C D 3C 13E 1C 1F
Octal 145 71 130 0 54 15 74 476 34 37
Binary 1100101 111001 1011000 0 101100 1101 111100 100111110 11100 11111

Color Harmonies of #653958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653958

Black with #653958

Text Example


Text Example

White with #653958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653958; }

 p { color: rgb(101,57,88); }

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

background-color css

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

 a { background-color: rgb(101,57,88); }

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

border-color css

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

 span { border-color: rgb(101,57,88); }

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