Html Css Color HEX #633355 Palatinate Purple

📋 copy color: '#633355'

red 99 ◦ green 51 ◦ blue 85

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

Shades of Palatinate Purple #633355

Tints of Palatinate Purple #633355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 42.13%
G = 21.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#633355 (or 0x633355) is known color: Palatinate Purple. HEX triplet: 63, 33 and 55. RGB value is (99,51,85). Sum of RGB (Red+Green+Blue) = 99+51+85=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633355 is #9CCCAA. Grayscale: #454545. Windows color (decimal): -10276011 or 5583715. OLE color: 5583715.

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

Color convert

RGB 99 51 85 -
CMYK 0 0.48 0.14 0.61
HSL 317.5º 0.32% 0.29% -
HSV(B) 317.5º 0.48% 0.39% -
XYZ 7.97 5.68 9.27 -
YUV 69.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 99 51 85 0 0.48 0.14 0.61 317.5 0.32 0.29
Hex 63 33 55 0 30 E 3D 13E 20 1D
Octal 143 63 125 0 60 16 75 476 40 35
Binary 1100011 110011 1010101 0 110000 1110 111101 100111110 100000 11101

Color Harmonies of #633355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633355

Black with #633355

Text Example


Text Example

White with #633355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633355; }

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

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

background-color css

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

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

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

border-color css

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

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

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