Html Css Color HEX #653263 Palatinate Purple

📋 copy color: '#653263'

red 101 ◦ green 50 ◦ blue 99

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

Shades of Palatinate Purple #653263

Tints of Palatinate Purple #653263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 40.4%
G = 20%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#653263 (or 0x653263) is known color: Palatinate Purple. HEX triplet: 65, 32 and 63. RGB value is (101,50,99). Sum of RGB (Red+Green+Blue) = 101+50+99=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #653263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653263 is #9ACD9C. Grayscale: #464646. Windows color (decimal): -10145181 or 6500965. OLE color: 6500965.

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

Color convert

RGB 101 50 99 -
CMYK 0 0.50 0.02 0.60
HSL 302.35º 0.34% 0.3% -
HSV(B) 302.35º 0.5% 0.4% -
XYZ 8.76 5.95 12.49 -
YUV 70.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 101 50 99 0 0.50 0.02 0.60 302.35 0.34 0.3
Hex 65 32 63 0 32 2 3C 12E 22 1E
Octal 145 62 143 0 62 2 74 456 42 36
Binary 1100101 110010 1100011 0 110010 10 111100 100101110 100010 11110

Color Harmonies of #653263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653263

Black with #653263

Text Example


Text Example

White with #653263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653263; }

 p { color: rgb(101,50,99); }

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

background-color css

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

 a { background-color: rgb(101,50,99); }

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

border-color css

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

 span { border-color: rgb(101,50,99); }

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