Html Css Color HEX #632166 Palatinate Purple

📋 copy color: '#632166'

red 99 ◦ green 33 ◦ blue 102

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

Shades of Palatinate Purple #632166

Tints of Palatinate Purple #632166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 42.31%
G = 14.1%
B = 43.59%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#632166 (or 0x632166) is known color: Palatinate Purple. HEX triplet: 63, 21 and 66. RGB value is (99,33,102). Sum of RGB (Red+Green+Blue) = 99+33+102=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #632166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632166 is #9CDE99. Grayscale: #3C3C3C. Windows color (decimal): -10280602 or 6693219. OLE color: 6693219.

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

Color convert

RGB 99 33 102 -
CMYK 0.03 0.68 0 0.6
HSL 297.39º 0.51% 0.26% -
HSV(B) 297.39º 0.68% 0.4% -
XYZ 8.09 4.7 13.05 -
YUV 60.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 99 33 102 0.03 0.68 0 0.6 297.39 0.51 0.26
Hex 63 21 66 3 44 0 3C 129 33 1A
Octal 143 41 146 3 104 0 74 451 63 32
Binary 1100011 100001 1100110 11 1000100 0 111100 100101001 110011 11010

Color Harmonies of #632166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632166

Black with #632166

Text Example


Text Example

White with #632166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632166; }

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

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

background-color css

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

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

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

border-color css

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

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

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