Html Css Color HEX #63395F Palatinate Purple

📋 copy color: '#63395F'

red 99 ◦ green 57 ◦ blue 95

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

Shades of Palatinate Purple #63395F

Tints of Palatinate Purple #63395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 39.44%
G = 22.71%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63395F (or 0x63395F) is known color: Palatinate Purple. HEX triplet: 63, 39 and 5F. RGB value is (99,57,95). Sum of RGB (Red+Green+Blue) = 99+57+95=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #63395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63395F is #9CC6A0. Grayscale: #494949. Windows color (decimal): -10274465 or 6240611. OLE color: 6240611.

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

Color convert

RGB 99 57 95 -
CMYK 0 0.42 0.04 0.61
HSL 305.71º 0.27% 0.31% -
HSV(B) 305.71º 0.42% 0.39% -
XYZ 8.67 6.41 11.61 -
YUV 73.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 99 57 95 0 0.42 0.04 0.61 305.71 0.27 0.31
Hex 63 39 5F 0 2A 4 3D 132 1B 1F
Octal 143 71 137 0 52 4 75 462 33 37
Binary 1100011 111001 1011111 0 101010 100 111101 100110010 11011 11111

Color Harmonies of #63395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63395F

Black with #63395F

Text Example


Text Example

White with #63395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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