Html Css Color HEX #63046C Purple

📋 copy color: '#63046C'

red 99 ◦ green 4 ◦ blue 108

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

Shades of Purple #63046C

Tints of Purple #63046C

RGB

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

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

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

R = 46.92%
G = 1.9%
B = 51.18%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63046C (or 0x63046C) is known color: Purple. HEX triplet: 63, 04 and 6C. RGB value is (99,4,108). Sum of RGB (Red+Green+Blue) = 99+4+108=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #63046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63046C is #9CFB93. Grayscale: #2B2B2B. Windows color (decimal): -10288020 or 7079011. OLE color: 7079011.

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

Color convert

RGB 99 4 108 -
CMYK 0.08 0.96 0 0.58
HSL 294.81º 0.93% 0.22% -
HSV(B) 294.81º 0.96% 0.42% -
XYZ 7.9 3.82 14.51 -
YUV 44.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 99 4 108 0.08 0.96 0 0.58 294.81 0.93 0.22
Hex 63 4 6C 8 60 0 3A 127 5D 16
Octal 143 4 154 10 140 0 72 447 135 26
Binary 1100011 100 1101100 1000 1100000 0 111010 100100111 1011101 10110

Color Harmonies of #63046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63046C

Black with #63046C

Text Example


Text Example

White with #63046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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