Html Css Color HEX #631064 Palatinate Purple

📋 copy color: '#631064'

red 99 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #631064

Tints of Palatinate Purple #631064

RGB

 RED value IS 99 (39.06% from 255) = 46.05%

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 100 (39.45% from 255) = 46.51%

R = 46.05%
G = 7.44%
B = 46.51%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#631064 (or 0x631064) is known color: Palatinate Purple. HEX triplet: 63, 10 and 64. RGB value is (99,16,100). Sum of RGB (Red+Green+Blue) = 99+16+100=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #631064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631064 is #9CEF9B. Grayscale: #323232. Windows color (decimal): -10284956 or 6557795. OLE color: 6557795.

HSL color Cylindrical-coordinate representation of color #631064: hue angle of 299.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631064 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 100 -
CMYK 0.01 0.84 0 0.61
HSL 299.29º 0.72% 0.23% -
HSV(B) 299.29º 0.84% 0.39% -
XYZ 7.63 3.94 12.42 -
YUV 50.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 99 16 100 0.01 0.84 0 0.61 299.29 0.72 0.23
Hex 63 10 64 1 54 0 3D 12B 48 17
Octal 143 20 144 1 124 0 75 453 110 27
Binary 1100011 10000 1100100 1 1010100 0 111101 100101011 1001000 10111

Color Harmonies of #631064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631064

Black with #631064

Text Example


Text Example

White with #631064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631064; }

 p { color: rgb(99,16,100); }

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

background-color css

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

 a { background-color: rgb(99,16,100); }

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

border-color css

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

 span { border-color: rgb(99,16,100); }

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