Html Css Color HEX #633361 Palatinate Purple

📋 copy color: '#633361'

red 99 ◦ green 51 ◦ blue 97

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

Shades of Palatinate Purple #633361

Tints of Palatinate Purple #633361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 40.08%
G = 20.65%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#633361 (or 0x633361) is known color: Palatinate Purple. HEX triplet: 63, 33 and 61. RGB value is (99,51,97). Sum of RGB (Red+Green+Blue) = 99+51+97=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #633361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633361 is #9CCC9E. Grayscale: #464646. Windows color (decimal): -10275999 or 6370147. OLE color: 6370147.

HSL color Cylindrical-coordinate representation of color #633361: hue angle of 302.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633361 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 97 -
CMYK 0 0.48 0.02 0.61
HSL 302.5º 0.32% 0.29% -
HSV(B) 302.5º 0.48% 0.39% -
XYZ 8.49 5.88 12 -
YUV 70.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 99 51 97 0 0.48 0.02 0.61 302.5 0.32 0.29
Hex 63 33 61 0 30 2 3D 12E 20 1D
Octal 143 63 141 0 60 2 75 456 40 35
Binary 1100011 110011 1100001 0 110000 10 111101 100101110 100000 11101

Color Harmonies of #633361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633361

Black with #633361

Text Example


Text Example

White with #633361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633361; }

 p { color: rgb(99,51,97); }

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

background-color css

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

 a { background-color: rgb(99,51,97); }

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

border-color css

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

 span { border-color: rgb(99,51,97); }

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