Html Css Color HEX #650863 Palatinate Purple

📋 copy color: '#650863'

red 101 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #650863

Tints of Palatinate Purple #650863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 48.56%
G = 3.85%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#650863 (or 0x650863) is known color: Palatinate Purple. HEX triplet: 65, 08 and 63. RGB value is (101,8,99). Sum of RGB (Red+Green+Blue) = 101+8+99=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #650863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650863 is #9AF79C. Grayscale: #2D2D2D. Windows color (decimal): -10155933 or 6490213. OLE color: 6490213.

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

Color convert

RGB 101 8 99 -
CMYK 0 0.92 0.02 0.60
HSL 301.29º 0.85% 0.21% -
HSV(B) 301.29º 0.92% 0.4% -
XYZ 7.71 3.84 12.14 -
YUV 46.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 101 8 99 0 0.92 0.02 0.60 301.29 0.85 0.21
Hex 65 8 63 0 5C 2 3C 12D 55 15
Octal 145 10 143 0 134 2 74 455 125 25
Binary 1100101 1000 1100011 0 1011100 10 111100 100101101 1010101 10101

Color Harmonies of #650863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650863

Black with #650863

Text Example


Text Example

White with #650863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650863; }

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

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

background-color css

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

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

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

border-color css

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

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

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