Html Css Color HEX #63385F Palatinate Purple

📋 copy color: '#63385F'

red 99 ◦ green 56 ◦ blue 95

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

Shades of Palatinate Purple #63385F

Tints of Palatinate Purple #63385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 39.6%
G = 22.4%
B = 38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63385F (or 0x63385F) is known color: Palatinate Purple. HEX triplet: 63, 38 and 5F. RGB value is (99,56,95). Sum of RGB (Red+Green+Blue) = 99+56+95=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #63385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63385F is #9CC7A0. Grayscale: #494949. Windows color (decimal): -10274721 or 6240355. OLE color: 6240355.

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

Color convert

RGB 99 56 95 -
CMYK 0 0.43 0.04 0.61
HSL 305.58º 0.28% 0.3% -
HSV(B) 305.58º 0.43% 0.39% -
XYZ 8.63 6.31 11.59 -
YUV 73.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 99 56 95 0 0.43 0.04 0.61 305.58 0.28 0.3
Hex 63 38 5F 0 2B 4 3D 132 1C 1E
Octal 143 70 137 0 53 4 75 462 34 36
Binary 1100011 111000 1011111 0 101011 100 111101 100110010 11100 11110

Color Harmonies of #63385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63385F

Black with #63385F

Text Example


Text Example

White with #63385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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