Html Css Color HEX #63006A Purple

📋 copy color: '#63006A'

red 99 ◦ green 0 ◦ blue 106

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

Shades of Purple #63006A

Tints of Purple #63006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 48.29%
G = 0%
B = 51.71%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63006A (or 0x63006A) is known color: Purple. HEX triplet: 63, 00 and 6A. RGB value is (99,0,106). Sum of RGB (Red+Green+Blue) = 99+0+106=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #63006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63006A is #9CFF95. Grayscale: #292929. Windows color (decimal): -10289046 or 6946915. OLE color: 6946915.

HSL color Cylindrical-coordinate representation of color #63006A: hue angle of 296.04º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63006A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 0 106 -
CMYK 0.07 1 0 0.58
HSL 296.04º 1% 0.21% -
HSV(B) 296.04º 1% 0.42% -
XYZ 7.75 3.69 13.94 -
YUV 41.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 99 0 106 0.07 1 0 0.58 296.04 1 0.21
Hex 63 0 6A 7 64 0 3A 128 64 15
Octal 143 0 152 7 144 0 72 450 144 25
Binary 1100011 0 1101010 111 1100100 0 111010 100101000 1100100 10101

Color Harmonies of #63006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63006A

Black with #63006A

Text Example


Text Example

White with #63006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,0,106); }

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

background-color css

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

 a { background-color: rgb(99,0,106); }

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

border-color css

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

 span { border-color: rgb(99,0,106); }

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