Html Css Color HEX #653360 Palatinate Purple

📋 copy color: '#653360'

red 101 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #653360

Tints of Palatinate Purple #653360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 40.73%
G = 20.56%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#653360 (or 0x653360) is known color: Palatinate Purple. HEX triplet: 65, 33 and 60. RGB value is (101,51,96). Sum of RGB (Red+Green+Blue) = 101+51+96=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #653360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653360 is #9ACC9F. Grayscale: #464646. Windows color (decimal): -10144928 or 6304613. OLE color: 6304613.

HSL color Cylindrical-coordinate representation of color #653360: hue angle of 306º 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 #653360 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 51 96 -
CMYK 0 0.50 0.05 0.60
HSL 306º 0.33% 0.3% -
HSV(B) 306º 0.5% 0.4% -
XYZ 8.66 5.98 11.76 -
YUV 71.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 101 51 96 0 0.50 0.05 0.60 306 0.33 0.3
Hex 65 33 60 0 32 5 3C 132 21 1E
Octal 145 63 140 0 62 5 74 462 41 36
Binary 1100101 110011 1100000 0 110010 101 111100 100110010 100001 11110

Color Harmonies of #653360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653360

Black with #653360

Text Example


Text Example

White with #653360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653360; }

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

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

background-color css

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

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

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

border-color css

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

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

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