Html Css Color HEX #631566 Palatinate Purple

📋 copy color: '#631566'

red 99 ◦ green 21 ◦ blue 102

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

Shades of Palatinate Purple #631566

Tints of Palatinate Purple #631566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 44.59%
G = 9.46%
B = 45.95%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#631566 (or 0x631566) is known color: Palatinate Purple. HEX triplet: 63, 15 and 66. RGB value is (99,21,102). Sum of RGB (Red+Green+Blue) = 99+21+102=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #631566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631566 is #9CEA99. Grayscale: #353535. Windows color (decimal): -10283674 or 6690147. OLE color: 6690147.

HSL color Cylindrical-coordinate representation of color #631566: hue angle of 297.78º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631566 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 21 102 -
CMYK 0.03 0.79 0 0.6
HSL 297.78º 0.66% 0.24% -
HSV(B) 297.78º 0.79% 0.4% -
XYZ 7.81 4.15 12.96 -
YUV 53.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 99 21 102 0.03 0.79 0 0.6 297.78 0.66 0.24
Hex 63 15 66 3 4F 0 3C 12A 42 18
Octal 143 25 146 3 117 0 74 452 102 30
Binary 1100011 10101 1100110 11 1001111 0 111100 100101010 1000010 11000

Color Harmonies of #631566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631566

Black with #631566

Text Example


Text Example

White with #631566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631566; }

 p { color: rgb(99,21,102); }

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

background-color css

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

 a { background-color: rgb(99,21,102); }

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

border-color css

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

 span { border-color: rgb(99,21,102); }

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