Html Css Color HEX #63136C Palatinate Purple

📋 copy color: '#63136C'

red 99 ◦ green 19 ◦ blue 108

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

Shades of Palatinate Purple #63136C

Tints of Palatinate Purple #63136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 43.81%
G = 8.41%
B = 47.79%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63136C (or 0x63136C) is known color: Palatinate Purple. HEX triplet: 63, 13 and 6C. RGB value is (99,19,108). Sum of RGB (Red+Green+Blue) = 99+19+108=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #63136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63136C is #9CEC93. Grayscale: #343434. Windows color (decimal): -10284180 or 7082851. OLE color: 7082851.

HSL color Cylindrical-coordinate representation of color #63136C: hue angle of 293.93º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63136C is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 19 108 -
CMYK 0.08 0.82 0 0.58
HSL 293.93º 0.7% 0.25% -
HSV(B) 293.93º 0.82% 0.42% -
XYZ 8.09 4.2 14.57 -
YUV 53.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 99 19 108 0.08 0.82 0 0.58 293.93 0.7 0.25
Hex 63 13 6C 8 52 0 3A 126 46 19
Octal 143 23 154 10 122 0 72 446 106 31
Binary 1100011 10011 1101100 1000 1010010 0 111010 100100110 1000110 11001

Color Harmonies of #63136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63136C

Black with #63136C

Text Example


Text Example

White with #63136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63136C; }

 p { color: rgb(99,19,108); }

 H1.HeaderClassName
 {
   color: #63136C;
 }
 .AnyTagClassName
 {
   color: #63136C;
 }
</style>

background-color css

<style>
 a { background-color: #63136C; }

 a { background-color: rgb(99,19,108); }

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

border-color css

<style>
 span { border-color: #63136C; }

 span { border-color: rgb(99,19,108); }

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