Html Css Color HEX #633B5F Palatinate Purple

📋 copy color: '#633B5F'

red 99 ◦ green 59 ◦ blue 95

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

Shades of Palatinate Purple #633B5F

Tints of Palatinate Purple #633B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

 BLUE value IS 95 (37.5% from 255) = 37.55%

R = 39.13%
G = 23.32%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#633B5F (or 0x633B5F) is known color: Palatinate Purple. HEX triplet: 63, 3B and 5F. RGB value is (99,59,95). Sum of RGB (Red+Green+Blue) = 99+59+95=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #633B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B5F is #9CC4A0. Grayscale: #4A4A4A. Windows color (decimal): -10273953 or 6241123. OLE color: 6241123.

HSL color Cylindrical-coordinate representation of color #633B5F: hue angle of 306º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B5F is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 59 95 -
CMYK 0 0.40 0.04 0.61
HSL 306º 0.25% 0.31% -
HSV(B) 306º 0.4% 0.39% -
XYZ 8.78 6.61 11.64 -
YUV 75.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 99 59 95 0 0.40 0.04 0.61 306 0.25 0.31
Hex 63 3B 5F 0 28 4 3D 132 19 1F
Octal 143 73 137 0 50 4 75 462 31 37
Binary 1100011 111011 1011111 0 101000 100 111101 100110010 11001 11111

Color Harmonies of #633B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633B5F

Black with #633B5F

Text Example


Text Example

White with #633B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633B5F; }

 p { color: rgb(99,59,95); }

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

background-color css

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

 a { background-color: rgb(99,59,95); }

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

border-color css

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

 span { border-color: rgb(99,59,95); }

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