Html Css Color HEX #63255D Palatinate Purple

📋 copy color: '#63255D'

red 99 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #63255D

Tints of Palatinate Purple #63255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 43.23%
G = 16.16%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63255D (or 0x63255D) is known color: Palatinate Purple. HEX triplet: 63, 25 and 5D. RGB value is (99,37,93). Sum of RGB (Red+Green+Blue) = 99+37+93=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255D is #9CDAA2. Grayscale: #3D3D3D. Windows color (decimal): -10279587 or 6104419. OLE color: 6104419.

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

Color convert

RGB 99 37 93 -
CMYK 0 0.63 0.06 0.61
HSL 305.81º 0.46% 0.27% -
HSV(B) 305.81º 0.63% 0.39% -
XYZ 7.78 4.77 10.87 -
YUV 61.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 99 37 93 0 0.63 0.06 0.61 305.81 0.46 0.27
Hex 63 25 5D 0 3F 6 3D 132 2E 1B
Octal 143 45 135 0 77 6 75 462 56 33
Binary 1100011 100101 1011101 0 111111 110 111101 100110010 101110 11011

Color Harmonies of #63255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63255D

Black with #63255D

Text Example


Text Example

White with #63255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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