Html Css Color HEX #631365 Palatinate Purple

📋 copy color: '#631365'

red 99 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #631365

Tints of Palatinate Purple #631365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 45.21%
G = 8.68%
B = 46.12%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#631365 (or 0x631365) is known color: Palatinate Purple. HEX triplet: 63, 13 and 65. RGB value is (99,19,101). Sum of RGB (Red+Green+Blue) = 99+19+101=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #631365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631365 is #9CEC9A. Grayscale: #343434. Windows color (decimal): -10284187 or 6624099. OLE color: 6624099.

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

Color convert

RGB 99 19 101 -
CMYK 0.02 0.81 0 0.60
HSL 298.54º 0.68% 0.24% -
HSV(B) 298.54º 0.81% 0.4% -
XYZ 7.73 4.06 12.69 -
YUV 52.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 99 19 101 0.02 0.81 0 0.60 298.54 0.68 0.24
Hex 63 13 65 2 51 0 3C 12B 44 18
Octal 143 23 145 2 121 0 74 453 104 30
Binary 1100011 10011 1100101 10 1010001 0 111100 100101011 1000100 11000

Color Harmonies of #631365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631365

Black with #631365

Text Example


Text Example

White with #631365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631365; }

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

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

background-color css

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

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

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

border-color css

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

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

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