Html Css Color HEX #63245F Palatinate Purple

📋 copy color: '#63245F'

red 99 ◦ green 36 ◦ blue 95

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

Shades of Palatinate Purple #63245F

Tints of Palatinate Purple #63245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 43.04%
G = 15.65%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63245F (or 0x63245F) is known color: Palatinate Purple. HEX triplet: 63, 24 and 5F. RGB value is (99,36,95). Sum of RGB (Red+Green+Blue) = 99+36+95=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63245F is #9CDBA0. Grayscale: #3D3D3D. Windows color (decimal): -10279841 or 6235235. OLE color: 6235235.

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

Color convert

RGB 99 36 95 -
CMYK 0 0.64 0.04 0.61
HSL 303.81º 0.47% 0.26% -
HSV(B) 303.81º 0.64% 0.39% -
XYZ 7.84 4.74 11.33 -
YUV 61.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 99 36 95 0 0.64 0.04 0.61 303.81 0.47 0.26
Hex 63 24 5F 0 40 4 3D 130 2F 1A
Octal 143 44 137 0 100 4 75 460 57 32
Binary 1100011 100100 1011111 0 1000000 100 111101 100110000 101111 11010

Color Harmonies of #63245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63245F

Black with #63245F

Text Example


Text Example

White with #63245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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