Html Css Color HEX #63255E Palatinate Purple

📋 copy color: '#63255E'

red 99 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #63255E

Tints of Palatinate Purple #63255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 43.04%
G = 16.09%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63255E (or 0x63255E) is known color: Palatinate Purple. HEX triplet: 63, 25 and 5E. RGB value is (99,37,94). Sum of RGB (Red+Green+Blue) = 99+37+94=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255E is #9CDAA1. Grayscale: #3D3D3D. Windows color (decimal): -10279586 or 6169955. OLE color: 6169955.

HSL color Cylindrical-coordinate representation of color #63255E: hue angle of 304.84º 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 #63255E is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 94 -
CMYK 0 0.63 0.05 0.61
HSL 304.84º 0.46% 0.27% -
HSV(B) 304.84º 0.63% 0.39% -
XYZ 7.83 4.78 11.1 -
YUV 62.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 99 37 94 0 0.63 0.05 0.61 304.84 0.46 0.27
Hex 63 25 5E 0 3F 5 3D 131 2E 1B
Octal 143 45 136 0 77 5 75 461 56 33
Binary 1100011 100101 1011110 0 111111 101 111101 100110001 101110 11011

Color Harmonies of #63255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63255E

Black with #63255E

Text Example


Text Example

White with #63255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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