Html Css Color HEX #650463 Palatinate Purple

📋 copy color: '#650463'

red 101 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #650463

Tints of Palatinate Purple #650463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 49.51%
G = 1.96%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#650463 (or 0x650463) is known color: Palatinate Purple. HEX triplet: 65, 04 and 63. RGB value is (101,4,99). Sum of RGB (Red+Green+Blue) = 101+4+99=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #650463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650463 is #9AFB9C. Grayscale: #2B2B2B. Windows color (decimal): -10156957 or 6489189. OLE color: 6489189.

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

Color convert

RGB 101 4 99 -
CMYK 0 0.96 0.02 0.60
HSL 301.24º 0.92% 0.21% -
HSV(B) 301.24º 0.96% 0.4% -
XYZ 7.66 3.75 12.13 -
YUV 43.83 159.14 168.78 -
System Red Green Blue C M Y K H S L
Decimal 101 4 99 0 0.96 0.02 0.60 301.24 0.92 0.21
Hex 65 4 63 0 60 2 3C 12D 5C 15
Octal 145 4 143 0 140 2 74 455 134 25
Binary 1100101 100 1100011 0 1100000 10 111100 100101101 1011100 10101

Color Harmonies of #650463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650463

Black with #650463

Text Example


Text Example

White with #650463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650463; }

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

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

background-color css

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

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

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

border-color css

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

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

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