Html Css Color HEX #63045A Palatinate Purple

📋 copy color: '#63045A'

red 99 ◦ green 4 ◦ blue 90

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

Shades of Palatinate Purple #63045A

Tints of Palatinate Purple #63045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 51.3%
G = 2.07%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63045A (or 0x63045A) is known color: Palatinate Purple. HEX triplet: 63, 04 and 5A. RGB value is (99,4,90). Sum of RGB (Red+Green+Blue) = 99+4+90=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045A is #9CFBA5. Grayscale: #292929. Windows color (decimal): -10288038 or 5899363. OLE color: 5899363.

HSL color Cylindrical-coordinate representation of color #63045A: hue angle of 305.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63045A is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 90 -
CMYK 0 0.96 0.09 0.61
HSL 305.68º 0.92% 0.2% -
HSV(B) 305.68º 0.96% 0.39% -
XYZ 7.03 3.48 9.97 -
YUV 42.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 99 4 90 0 0.96 0.09 0.61 305.68 0.92 0.2
Hex 63 4 5A 0 60 9 3D 132 5C 14
Octal 143 4 132 0 140 11 75 462 134 24
Binary 1100011 100 1011010 0 1100000 1001 111101 100110010 1011100 10100

Color Harmonies of #63045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63045A

Black with #63045A

Text Example


Text Example

White with #63045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63045A; }

 p { color: rgb(99,4,90); }

 H1.HeaderClassName
 {
   color: #63045A;
 }
 .AnyTagClassName
 {
   color: #63045A;
 }
</style>

background-color css

<style>
 a { background-color: #63045A; }

 a { background-color: rgb(99,4,90); }

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

border-color css

<style>
 span { border-color: #63045A; }

 span { border-color: rgb(99,4,90); }

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