Html Css Color HEX #631366 Palatinate Purple

📋 copy color: '#631366'

red 99 ◦ green 19 ◦ blue 102

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

Shades of Palatinate Purple #631366

Tints of Palatinate Purple #631366

RGB

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

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

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

R = 45%
G = 8.64%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#631366 (or 0x631366) is known color: Palatinate Purple. HEX triplet: 63, 13 and 66. RGB value is (99,19,102). Sum of RGB (Red+Green+Blue) = 99+19+102=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #631366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631366 is #9CEC99. Grayscale: #343434. Windows color (decimal): -10284186 or 6689635. OLE color: 6689635.

HSL color Cylindrical-coordinate representation of color #631366: hue angle of 297.83º degrees, saturation: 0.69, 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 #631366 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 19 102 -
CMYK 0.03 0.81 0 0.6
HSL 297.83º 0.69% 0.24% -
HSV(B) 297.83º 0.81% 0.4% -
XYZ 7.78 4.08 12.95 -
YUV 52.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 99 19 102 0.03 0.81 0 0.6 297.83 0.69 0.24
Hex 63 13 66 3 51 0 3C 12A 45 18
Octal 143 23 146 3 121 0 74 452 105 30
Binary 1100011 10011 1100110 11 1010001 0 111100 100101010 1000101 11000

Color Harmonies of #631366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631366

Black with #631366

Text Example


Text Example

White with #631366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631366; }

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

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

background-color css

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

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

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

border-color css

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

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

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