Html Css Color HEX #63195B Palatinate Purple

📋 copy color: '#63195B'

red 99 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #63195B

Tints of Palatinate Purple #63195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 46.05%
G = 11.63%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63195B (or 0x63195B) is known color: Palatinate Purple. HEX triplet: 63, 19 and 5B. RGB value is (99,25,91). Sum of RGB (Red+Green+Blue) = 99+25+91=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63195B is #9CE6A4. Grayscale: #363636. Windows color (decimal): -10282661 or 5970275. OLE color: 5970275.

HSL color Cylindrical-coordinate representation of color #63195B: hue angle of 306.49º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63195B is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 91 -
CMYK 0 0.75 0.08 0.61
HSL 306.49º 0.6% 0.24% -
HSV(B) 306.49º 0.75% 0.39% -
XYZ 7.38 4.1 10.3 -
YUV 54.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 99 25 91 0 0.75 0.08 0.61 306.49 0.6 0.24
Hex 63 19 5B 0 4B 8 3D 132 3C 18
Octal 143 31 133 0 113 10 75 462 74 30
Binary 1100011 11001 1011011 0 1001011 1000 111101 100110010 111100 11000

Color Harmonies of #63195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63195B

Black with #63195B

Text Example


Text Example

White with #63195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63195B; }

 p { color: rgb(99,25,91); }

 H1.HeaderClassName
 {
   color: #63195B;
 }
 .AnyTagClassName
 {
   color: #63195B;
 }
</style>

background-color css

<style>
 a { background-color: #63195B; }

 a { background-color: rgb(99,25,91); }

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

border-color css

<style>
 span { border-color: #63195B; }

 span { border-color: rgb(99,25,91); }

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