Html Css Color HEX #63265D Palatinate Purple

📋 copy color: '#63265D'

red 99 ◦ green 38 ◦ blue 93

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

Shades of Palatinate Purple #63265D

Tints of Palatinate Purple #63265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 43.04%
G = 16.52%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63265D (or 0x63265D) is known color: Palatinate Purple. HEX triplet: 63, 26 and 5D. RGB value is (99,38,93). Sum of RGB (Red+Green+Blue) = 99+38+93=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265D is #9CD9A2. Grayscale: #3E3E3E. Windows color (decimal): -10279331 or 6104675. OLE color: 6104675.

HSL color Cylindrical-coordinate representation of color #63265D: hue angle of 305.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63265D is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 93 -
CMYK 0 0.62 0.06 0.61
HSL 305.9º 0.45% 0.27% -
HSV(B) 305.9º 0.62% 0.39% -
XYZ 7.81 4.83 10.88 -
YUV 62.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 99 38 93 0 0.62 0.06 0.61 305.9 0.45 0.27
Hex 63 26 5D 0 3E 6 3D 132 2D 1B
Octal 143 46 135 0 76 6 75 462 55 33
Binary 1100011 100110 1011101 0 111110 110 111101 100110010 101101 11011

Color Harmonies of #63265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63265D

Black with #63265D

Text Example


Text Example

White with #63265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63265D; }

 p { color: rgb(99,38,93); }

 H1.HeaderClassName
 {
   color: #63265D;
 }
 .AnyTagClassName
 {
   color: #63265D;
 }
</style>

background-color css

<style>
 a { background-color: #63265D; }

 a { background-color: rgb(99,38,93); }

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

border-color css

<style>
 span { border-color: #63265D; }

 span { border-color: rgb(99,38,93); }

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