Html Css Color HEX #633060 Palatinate Purple

📋 copy color: '#633060'

red 99 ◦ green 48 ◦ blue 96

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

Shades of Palatinate Purple #633060

Tints of Palatinate Purple #633060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 40.74%
G = 19.75%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#633060 (or 0x633060) is known color: Palatinate Purple. HEX triplet: 63, 30 and 60. RGB value is (99,48,96). Sum of RGB (Red+Green+Blue) = 99+48+96=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #633060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633060 is #9CCF9F. Grayscale: #444444. Windows color (decimal): -10276768 or 6303843. OLE color: 6303843.

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

Color convert

RGB 99 48 96 -
CMYK 0 0.52 0.03 0.61
HSL 303.53º 0.35% 0.29% -
HSV(B) 303.53º 0.52% 0.39% -
XYZ 8.31 5.61 11.71 -
YUV 68.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 99 48 96 0 0.52 0.03 0.61 303.53 0.35 0.29
Hex 63 30 60 0 34 3 3D 130 23 1D
Octal 143 60 140 0 64 3 75 460 43 35
Binary 1100011 110000 1100000 0 110100 11 111101 100110000 100011 11101

Color Harmonies of #633060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633060

Black with #633060

Text Example


Text Example

White with #633060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633060; }

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

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

background-color css

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

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

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

border-color css

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

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

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