Html Css Color HEX #631166 Palatinate Purple

📋 copy color: '#631166'

red 99 ◦ green 17 ◦ blue 102

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

Shades of Palatinate Purple #631166

Tints of Palatinate Purple #631166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 45.41%
G = 7.8%
B = 46.79%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#631166 (or 0x631166) is known color: Palatinate Purple. HEX triplet: 63, 11 and 66. RGB value is (99,17,102). Sum of RGB (Red+Green+Blue) = 99+17+102=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #631166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631166 is #9CEE99. Grayscale: #323232. Windows color (decimal): -10284698 or 6689123. OLE color: 6689123.

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

Color convert

RGB 99 17 102 -
CMYK 0.03 0.83 0 0.6
HSL 297.88º 0.71% 0.23% -
HSV(B) 297.88º 0.83% 0.4% -
XYZ 7.74 4.01 12.94 -
YUV 51.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 99 17 102 0.03 0.83 0 0.6 297.88 0.71 0.23
Hex 63 11 66 3 53 0 3C 12A 47 17
Octal 143 21 146 3 123 0 74 452 107 27
Binary 1100011 10001 1100110 11 1010011 0 111100 100101010 1000111 10111

Color Harmonies of #631166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631166

Black with #631166

Text Example


Text Example

White with #631166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631166; }

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

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

background-color css

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

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

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

border-color css

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

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

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