Html Css Color HEX #63035E Palatinate Purple

📋 copy color: '#63035E'

red 99 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #63035E

Tints of Palatinate Purple #63035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 50.51%
G = 1.53%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63035E (or 0x63035E) is known color: Palatinate Purple. HEX triplet: 63, 03 and 5E. RGB value is (99,3,94). Sum of RGB (Red+Green+Blue) = 99+3+94=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63035E is #9CFCA1. Grayscale: #292929. Windows color (decimal): -10288290 or 6161251. OLE color: 6161251.

HSL color Cylindrical-coordinate representation of color #63035E: hue angle of 303.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63035E is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 94 -
CMYK 0 0.97 0.05 0.61
HSL 303.13º 0.94% 0.2% -
HSV(B) 303.13º 0.97% 0.39% -
XYZ 7.2 3.53 10.89 -
YUV 42.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 99 3 94 0 0.97 0.05 0.61 303.13 0.94 0.2
Hex 63 3 5E 0 61 5 3D 12F 5E 14
Octal 143 3 136 0 141 5 75 457 136 24
Binary 1100011 11 1011110 0 1100001 101 111101 100101111 1011110 10100

Color Harmonies of #63035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63035E

Black with #63035E

Text Example


Text Example

White with #63035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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