Html Css Color HEX #630156 Tyrian Purple

📋 copy color: '#630156'

red 99 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #630156

Tints of Tyrian Purple #630156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 53.23%
G = 0.54%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#630156 (or 0x630156) is known color: Tyrian Purple. HEX triplet: 63, 01 and 56. RGB value is (99,1,86). Sum of RGB (Red+Green+Blue) = 99+1+86=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630156 is #9CFEA9. Grayscale: #272727. Windows color (decimal): -10288810 or 5636451. OLE color: 5636451.

HSL color Cylindrical-coordinate representation of color #630156: hue angle of 307.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630156 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 86 -
CMYK 0 0.99 0.13 0.61
HSL 307.96º 0.98% 0.2% -
HSV(B) 307.96º 0.99% 0.39% -
XYZ 6.84 3.35 9.09 -
YUV 39.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 99 1 86 0 0.99 0.13 0.61 307.96 0.98 0.2
Hex 63 1 56 0 63 D 3D 134 62 14
Octal 143 1 126 0 143 15 75 464 142 24
Binary 1100011 1 1010110 0 1100011 1101 111101 100110100 1100010 10100

Color Harmonies of #630156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630156

Black with #630156

Text Example


Text Example

White with #630156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630156; }

 p { color: rgb(99,1,86); }

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

background-color css

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

 a { background-color: rgb(99,1,86); }

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

border-color css

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

 span { border-color: rgb(99,1,86); }

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