Html Css Color HEX #633A5F Palatinate Purple

📋 copy color: '#633A5F'

red 99 ◦ green 58 ◦ blue 95

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

Shades of Palatinate Purple #633A5F

Tints of Palatinate Purple #633A5F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

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

R = 39.29%
G = 23.02%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#633A5F (or 0x633A5F) is known color: Palatinate Purple. HEX triplet: 63, 3A and 5F. RGB value is (99,58,95). Sum of RGB (Red+Green+Blue) = 99+58+95=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #633A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633A5F is #9CC5A0. Grayscale: #4A4A4A. Windows color (decimal): -10274209 or 6240867. OLE color: 6240867.

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

Color convert

RGB 99 58 95 -
CMYK 0 0.41 0.04 0.61
HSL 305.85º 0.26% 0.31% -
HSV(B) 305.85º 0.41% 0.39% -
XYZ 8.72 6.5 11.62 -
YUV 74.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 99 58 95 0 0.41 0.04 0.61 305.85 0.26 0.31
Hex 63 3A 5F 0 29 4 3D 132 1A 1F
Octal 143 72 137 0 51 4 75 462 32 37
Binary 1100011 111010 1011111 0 101001 100 111101 100110010 11010 11111

Color Harmonies of #633A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633A5F

Black with #633A5F

Text Example


Text Example

White with #633A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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