Html Css Color HEX #63405F Palatinate Purple

📋 copy color: '#63405F'

red 99 ◦ green 64 ◦ blue 95

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

Shades of Palatinate Purple #63405F

Tints of Palatinate Purple #63405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 38.37%
G = 24.81%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63405F (or 0x63405F) is known color: Palatinate Purple. HEX triplet: 63, 40 and 5F. RGB value is (99,64,95). Sum of RGB (Red+Green+Blue) = 99+64+95=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63405F is #9CBFA0. Grayscale: #4D4D4D. Windows color (decimal): -10272673 or 6242403. OLE color: 6242403.

HSL color Cylindrical-coordinate representation of color #63405F: hue angle of 306.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63405F is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 95 -
CMYK 0 0.35 0.04 0.61
HSL 306.86º 0.21% 0.32% -
HSV(B) 306.86º 0.35% 0.39% -
XYZ 9.04 7.15 11.73 -
YUV 78 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 99 64 95 0 0.35 0.04 0.61 306.86 0.21 0.32
Hex 63 40 5F 0 23 4 3D 133 15 20
Octal 143 100 137 0 43 4 75 463 25 40
Binary 1100011 1000000 1011111 0 100011 100 111101 100110011 10101 100000

Color Harmonies of #63405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63405F

Black with #63405F

Text Example


Text Example

White with #63405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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