Html Css Color HEX #63265F Palatinate Purple

📋 copy color: '#63265F'

red 99 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #63265F

Tints of Palatinate Purple #63265F

RGB

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

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

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

R = 42.67%
G = 16.38%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63265F (or 0x63265F) is known color: Palatinate Purple. HEX triplet: 63, 26 and 5F. RGB value is (99,38,95). Sum of RGB (Red+Green+Blue) = 99+38+95=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265F is #9CD9A0. Grayscale: #3E3E3E. Windows color (decimal): -10279329 or 6235747. OLE color: 6235747.

HSL color Cylindrical-coordinate representation of color #63265F: hue angle of 303.93º 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 #63265F is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 95 -
CMYK 0 0.62 0.04 0.61
HSL 303.93º 0.45% 0.27% -
HSV(B) 303.93º 0.62% 0.39% -
XYZ 7.9 4.87 11.35 -
YUV 62.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 99 38 95 0 0.62 0.04 0.61 303.93 0.45 0.27
Hex 63 26 5F 0 3E 4 3D 130 2D 1B
Octal 143 46 137 0 76 4 75 460 55 33
Binary 1100011 100110 1011111 0 111110 100 111101 100110000 101101 11011

Color Harmonies of #63265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63265F

Black with #63265F

Text Example


Text Example

White with #63265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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