Html Css Color HEX #651963 Palatinate Purple

📋 copy color: '#651963'

red 101 ◦ green 25 ◦ blue 99

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

Shades of Palatinate Purple #651963

Tints of Palatinate Purple #651963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

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

R = 44.89%
G = 11.11%
B = 44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#651963 (or 0x651963) is known color: Palatinate Purple. HEX triplet: 65, 19 and 63. RGB value is (101,25,99). Sum of RGB (Red+Green+Blue) = 101+25+99=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #651963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651963 is #9AE69C. Grayscale: #373737. Windows color (decimal): -10151581 or 6494565. OLE color: 6494565.

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

Color convert

RGB 101 25 99 -
CMYK 0 0.75 0.02 0.60
HSL 301.58º 0.6% 0.25% -
HSV(B) 301.58º 0.75% 0.4% -
XYZ 7.97 4.36 12.23 -
YUV 56.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 101 25 99 0 0.75 0.02 0.60 301.58 0.6 0.25
Hex 65 19 63 0 4B 2 3C 12E 3C 19
Octal 145 31 143 0 113 2 74 456 74 31
Binary 1100101 11001 1100011 0 1001011 10 111100 100101110 111100 11001

Color Harmonies of #651963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651963

Black with #651963

Text Example


Text Example

White with #651963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651963; }

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

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

background-color css

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

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

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

border-color css

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

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

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