Html Css Color HEX #63245B Palatinate Purple

📋 copy color: '#63245B'

red 99 ◦ green 36 ◦ blue 91

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

Shades of Palatinate Purple #63245B

Tints of Palatinate Purple #63245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 43.81%
G = 15.93%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63245B (or 0x63245B) is known color: Palatinate Purple. HEX triplet: 63, 24 and 5B. RGB value is (99,36,91). Sum of RGB (Red+Green+Blue) = 99+36+91=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63245B is #9CDBA4. Grayscale: #3C3C3C. Windows color (decimal): -10279845 or 5973091. OLE color: 5973091.

HSL color Cylindrical-coordinate representation of color #63245B: hue angle of 307.62º 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 #63245B is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 36 91 -
CMYK 0 0.64 0.08 0.61
HSL 307.62º 0.47% 0.26% -
HSV(B) 307.62º 0.64% 0.39% -
XYZ 7.66 4.67 10.39 -
YUV 61.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 99 36 91 0 0.64 0.08 0.61 307.62 0.47 0.26
Hex 63 24 5B 0 40 8 3D 134 2F 1A
Octal 143 44 133 0 100 10 75 464 57 32
Binary 1100011 100100 1011011 0 1000000 1000 111101 100110100 101111 11010

Color Harmonies of #63245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63245B

Black with #63245B

Text Example


Text Example

White with #63245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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