Html Css Color HEX #63045F Palatinate Purple

📋 copy color: '#63045F'

red 99 ◦ green 4 ◦ blue 95

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

Shades of Palatinate Purple #63045F

Tints of Palatinate Purple #63045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 50%
G = 2.02%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63045F (or 0x63045F) is known color: Palatinate Purple. HEX triplet: 63, 04 and 5F. RGB value is (99,4,95). Sum of RGB (Red+Green+Blue) = 99+4+95=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045F is #9CFBA0. Grayscale: #2A2A2A. Windows color (decimal): -10288033 or 6227043. OLE color: 6227043.

HSL color Cylindrical-coordinate representation of color #63045F: hue angle of 302.53º 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 #63045F is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 95 -
CMYK 0 0.96 0.04 0.61
HSL 302.53º 0.92% 0.2% -
HSV(B) 302.53º 0.96% 0.39% -
XYZ 7.25 3.57 11.13 -
YUV 42.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 99 4 95 0 0.96 0.04 0.61 302.53 0.92 0.2
Hex 63 4 5F 0 60 4 3D 12F 5C 14
Octal 143 4 137 0 140 4 75 457 134 24
Binary 1100011 100 1011111 0 1100000 100 111101 100101111 1011100 10100

Color Harmonies of #63045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63045F

Black with #63045F

Text Example


Text Example

White with #63045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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