Html Css Color HEX #633C5F Palatinate Purple

📋 copy color: '#633C5F'

red 99 ◦ green 60 ◦ blue 95

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

Shades of Palatinate Purple #633C5F

Tints of Palatinate Purple #633C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

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

R = 38.98%
G = 23.62%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#633C5F (or 0x633C5F) is known color: Palatinate Purple. HEX triplet: 63, 3C and 5F. RGB value is (99,60,95). Sum of RGB (Red+Green+Blue) = 99+60+95=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #633C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C5F is #9CC3A0. Grayscale: #4B4B4B. Windows color (decimal): -10273697 or 6241379. OLE color: 6241379.

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

Color convert

RGB 99 60 95 -
CMYK 0 0.39 0.04 0.61
HSL 306.15º 0.25% 0.31% -
HSV(B) 306.15º 0.39% 0.39% -
XYZ 8.83 6.71 11.66 -
YUV 75.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 99 60 95 0 0.39 0.04 0.61 306.15 0.25 0.31
Hex 63 3C 5F 0 27 4 3D 132 19 1F
Octal 143 74 137 0 47 4 75 462 31 37
Binary 1100011 111100 1011111 0 100111 100 111101 100110010 11001 11111

Color Harmonies of #633C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C5F

Black with #633C5F

Text Example


Text Example

White with #633C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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