Html Css Color HEX #63125B Palatinate Purple

📋 copy color: '#63125B'

red 99 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #63125B

Tints of Palatinate Purple #63125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 47.6%
G = 8.65%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63125B (or 0x63125B) is known color: Palatinate Purple. HEX triplet: 63, 12 and 5B. RGB value is (99,18,91). Sum of RGB (Red+Green+Blue) = 99+18+91=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63125B is #9CEDA4. Grayscale: #323232. Windows color (decimal): -10284453 or 5968483. OLE color: 5968483.

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

Color convert

RGB 99 18 91 -
CMYK 0 0.82 0.08 0.61
HSL 305.93º 0.69% 0.23% -
HSV(B) 305.93º 0.82% 0.39% -
XYZ 7.25 3.84 10.26 -
YUV 50.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 99 18 91 0 0.82 0.08 0.61 305.93 0.69 0.23
Hex 63 12 5B 0 52 8 3D 132 45 17
Octal 143 22 133 0 122 10 75 462 105 27
Binary 1100011 10010 1011011 0 1010010 1000 111101 100110010 1000101 10111

Color Harmonies of #63125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63125B

Black with #63125B

Text Example


Text Example

White with #63125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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