Html Css Color HEX #633960 Palatinate Purple

📋 copy color: '#633960'

red 99 ◦ green 57 ◦ blue 96

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

Shades of Palatinate Purple #633960

Tints of Palatinate Purple #633960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 39.29%
G = 22.62%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#633960 (or 0x633960) is known color: Palatinate Purple. HEX triplet: 63, 39 and 60. RGB value is (99,57,96). Sum of RGB (Red+Green+Blue) = 99+57+96=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #633960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633960 is #9CC69F. Grayscale: #494949. Windows color (decimal): -10274464 or 6306147. OLE color: 6306147.

HSL color Cylindrical-coordinate representation of color #633960: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #633960 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 96 -
CMYK 0 0.42 0.03 0.61
HSL 304.29º 0.27% 0.31% -
HSV(B) 304.29º 0.42% 0.39% -
XYZ 8.72 6.42 11.85 -
YUV 74 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 99 57 96 0 0.42 0.03 0.61 304.29 0.27 0.31
Hex 63 39 60 0 2A 3 3D 130 1B 1F
Octal 143 71 140 0 52 3 75 460 33 37
Binary 1100011 111001 1100000 0 101010 11 111101 100110000 11011 11111

Color Harmonies of #633960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633960

Black with #633960

Text Example


Text Example

White with #633960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633960; }

 p { color: rgb(99,57,96); }

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

background-color css

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

 a { background-color: rgb(99,57,96); }

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

border-color css

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

 span { border-color: rgb(99,57,96); }

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