Html Css Color HEX #630155 Tyrian Purple

📋 copy color: '#630155'

red 99 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #630155

Tints of Tyrian Purple #630155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 53.51%
G = 0.54%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#630155 (or 0x630155) is known color: Tyrian Purple. HEX triplet: 63, 01 and 55. RGB value is (99,1,85). Sum of RGB (Red+Green+Blue) = 99+1+85=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630155 is #9CFEAA. Grayscale: #272727. Windows color (decimal): -10288811 or 5570915. OLE color: 5570915.

HSL color Cylindrical-coordinate representation of color #630155: hue angle of 308.57º 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 #630155 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 1 85 -
CMYK 0 0.99 0.14 0.61
HSL 308.57º 0.98% 0.2% -
HSV(B) 308.57º 0.99% 0.39% -
XYZ 6.8 3.33 8.88 -
YUV 39.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 99 1 85 0 0.99 0.14 0.61 308.57 0.98 0.2
Hex 63 1 55 0 63 E 3D 135 62 14
Octal 143 1 125 0 143 16 75 465 142 24
Binary 1100011 1 1010101 0 1100011 1110 111101 100110101 1100010 10100

Color Harmonies of #630155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630155

Black with #630155

Text Example


Text Example

White with #630155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630155; }

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

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

background-color css

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

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

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

border-color css

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

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

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