Html Css Color HEX #653357 Palatinate Purple

📋 copy color: '#653357'

red 101 ◦ green 51 ◦ blue 87

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

Shades of Palatinate Purple #653357

Tints of Palatinate Purple #653357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 42.26%
G = 21.34%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#653357 (or 0x653357) is known color: Palatinate Purple. HEX triplet: 65, 33 and 57. RGB value is (101,51,87). Sum of RGB (Red+Green+Blue) = 101+51+87=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653357 is #9ACCA8. Grayscale: #454545. Windows color (decimal): -10144937 or 5714789. OLE color: 5714789.

HSL color Cylindrical-coordinate representation of color #653357: hue angle of 316.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653357 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 51 87 -
CMYK 0 0.50 0.14 0.60
HSL 316.8º 0.33% 0.3% -
HSV(B) 316.8º 0.5% 0.4% -
XYZ 8.27 5.82 9.7 -
YUV 70.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 101 51 87 0 0.50 0.14 0.60 316.8 0.33 0.3
Hex 65 33 57 0 32 E 3C 13D 21 1E
Octal 145 63 127 0 62 16 74 475 41 36
Binary 1100101 110011 1010111 0 110010 1110 111100 100111101 100001 11110

Color Harmonies of #653357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653357

Black with #653357

Text Example


Text Example

White with #653357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653357; }

 p { color: rgb(101,51,87); }

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

background-color css

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

 a { background-color: rgb(101,51,87); }

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

border-color css

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

 span { border-color: rgb(101,51,87); }

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