Html Css Color HEX #631665 Palatinate Purple

📋 copy color: '#631665'

red 99 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #631665

Tints of Palatinate Purple #631665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.91%

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

R = 44.59%
G = 9.91%
B = 45.5%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#631665 (or 0x631665) is known color: Palatinate Purple. HEX triplet: 63, 16 and 65. RGB value is (99,22,101). Sum of RGB (Red+Green+Blue) = 99+22+101=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #631665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631665 is #9CE99A. Grayscale: #353535. Windows color (decimal): -10283419 or 6624867. OLE color: 6624867.

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

Color convert

RGB 99 22 101 -
CMYK 0.02 0.78 0 0.60
HSL 298.48º 0.64% 0.24% -
HSV(B) 298.48º 0.78% 0.4% -
XYZ 7.78 4.17 12.71 -
YUV 54.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 99 22 101 0.02 0.78 0 0.60 298.48 0.64 0.24
Hex 63 16 65 2 4E 0 3C 12A 40 18
Octal 143 26 145 2 116 0 74 452 100 30
Binary 1100011 10110 1100101 10 1001110 0 111100 100101010 1000000 11000

Color Harmonies of #631665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631665

Black with #631665

Text Example


Text Example

White with #631665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631665; }

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

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

background-color css

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

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

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

border-color css

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

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

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