Html Css Color HEX #633362 Palatinate Purple

📋 copy color: '#633362'

red 99 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #633362

Tints of Palatinate Purple #633362

RGB

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

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

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

R = 39.92%
G = 20.56%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#633362 (or 0x633362) is known color: Palatinate Purple. HEX triplet: 63, 33 and 62. RGB value is (99,51,98). Sum of RGB (Red+Green+Blue) = 99+51+98=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #633362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633362 is #9CCC9D. Grayscale: #464646. Windows color (decimal): -10275998 or 6435683. OLE color: 6435683.

HSL color Cylindrical-coordinate representation of color #633362: hue angle of 301.25º 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 #633362 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 98 -
CMYK 0 0.48 0.01 0.61
HSL 301.25º 0.32% 0.29% -
HSV(B) 301.25º 0.48% 0.39% -
XYZ 8.53 5.9 12.24 -
YUV 70.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 99 51 98 0 0.48 0.01 0.61 301.25 0.32 0.29
Hex 63 33 62 0 30 1 3D 12D 20 1D
Octal 143 63 142 0 60 1 75 455 40 35
Binary 1100011 110011 1100010 0 110000 1 111101 100101101 100000 11101

Color Harmonies of #633362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633362

Black with #633362

Text Example


Text Example

White with #633362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633362; }

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

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

background-color css

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

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

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

border-color css

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

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

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