Html Css Color HEX #652463 Palatinate Purple

📋 copy color: '#652463'

red 101 ◦ green 36 ◦ blue 99

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

Shades of Palatinate Purple #652463

Tints of Palatinate Purple #652463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 42.8%
G = 15.25%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#652463 (or 0x652463) is known color: Palatinate Purple. HEX triplet: 65, 24 and 63. RGB value is (101,36,99). Sum of RGB (Red+Green+Blue) = 101+36+99=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #652463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652463 is #9ADB9C. Grayscale: #3E3E3E. Windows color (decimal): -10148765 or 6497381. OLE color: 6497381.

HSL color Cylindrical-coordinate representation of color #652463: hue angle of 301.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #652463 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 36 99 -
CMYK 0 0.64 0.02 0.60
HSL 301.85º 0.47% 0.27% -
HSV(B) 301.85º 0.64% 0.4% -
XYZ 8.25 4.93 12.32 -
YUV 62.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 101 36 99 0 0.64 0.02 0.60 301.85 0.47 0.27
Hex 65 24 63 0 40 2 3C 12E 2F 1B
Octal 145 44 143 0 100 2 74 456 57 33
Binary 1100101 100100 1100011 0 1000000 10 111100 100101110 101111 11011

Color Harmonies of #652463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652463

Black with #652463

Text Example


Text Example

White with #652463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652463; }

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

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

background-color css

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

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

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

border-color css

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

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

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