Html Css Color HEX #633262 Palatinate Purple

📋 copy color: '#633262'

red 99 ◦ green 50 ◦ blue 98

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

Shades of Palatinate Purple #633262

Tints of Palatinate Purple #633262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 40.08%
G = 20.24%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#633262 (or 0x633262) is known color: Palatinate Purple. HEX triplet: 63, 32 and 62. RGB value is (99,50,98). Sum of RGB (Red+Green+Blue) = 99+50+98=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #633262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633262 is #9CCD9D. Grayscale: #454545. Windows color (decimal): -10276254 or 6435427. OLE color: 6435427.

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

Color convert

RGB 99 50 98 -
CMYK 0 0.49 0.01 0.61
HSL 301.22º 0.33% 0.29% -
HSV(B) 301.22º 0.49% 0.39% -
XYZ 8.49 5.82 12.23 -
YUV 70.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 99 50 98 0 0.49 0.01 0.61 301.22 0.33 0.29
Hex 63 32 62 0 31 1 3D 12D 21 1D
Octal 143 62 142 0 61 1 75 455 41 35
Binary 1100011 110010 1100010 0 110001 1 111101 100101101 100001 11101

Color Harmonies of #633262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633262

Black with #633262

Text Example


Text Example

White with #633262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633262; }

 p { color: rgb(99,50,98); }

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

background-color css

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

 a { background-color: rgb(99,50,98); }

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

border-color css

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

 span { border-color: rgb(99,50,98); }

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