Html Css Color HEX #652063 Palatinate Purple

📋 copy color: '#652063'

red 101 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #652063

Tints of Palatinate Purple #652063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 43.53%
G = 13.79%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#652063 (or 0x652063) is known color: Palatinate Purple. HEX triplet: 65, 20 and 63. RGB value is (101,32,99). Sum of RGB (Red+Green+Blue) = 101+32+99=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #652063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652063 is #9ADF9C. Grayscale: #3C3C3C. Windows color (decimal): -10149789 or 6496357. OLE color: 6496357.

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

Color convert

RGB 101 32 99 -
CMYK 0 0.68 0.02 0.60
HSL 301.74º 0.52% 0.26% -
HSV(B) 301.74º 0.68% 0.4% -
XYZ 8.14 4.7 12.28 -
YUV 60.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 101 32 99 0 0.68 0.02 0.60 301.74 0.52 0.26
Hex 65 20 63 0 44 2 3C 12E 34 1A
Octal 145 40 143 0 104 2 74 456 64 32
Binary 1100101 100000 1100011 0 1000100 10 111100 100101110 110100 11010

Color Harmonies of #652063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652063

Black with #652063

Text Example


Text Example

White with #652063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652063; }

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

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

background-color css

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

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

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

border-color css

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

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

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