Html Css Color HEX #630138 Tyrian Purple

📋 copy color: '#630138'

red 99 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #630138

Tints of Tyrian Purple #630138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.9%

R = 63.46%
G = 0.64%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#630138 (or 0x630138) is known color: Tyrian Purple. HEX triplet: 63, 01 and 38. RGB value is (99,1,56). Sum of RGB (Red+Green+Blue) = 99+1+56=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630138 is #9CFEC7. Grayscale: #242424. Windows color (decimal): -10288840 or 3670371. OLE color: 3670371.

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

Color convert

RGB 99 1 56 -
CMYK 0 0.99 0.43 0.61
HSL 326.33º 0.98% 0.2% -
HSV(B) 326.33º 0.99% 0.39% -
XYZ 5.87 2.96 4 -
YUV 36.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 99 1 56 0 0.99 0.43 0.61 326.33 0.98 0.2
Hex 63 1 38 0 63 2B 3D 146 62 14
Octal 143 1 70 0 143 53 75 506 142 24
Binary 1100011 1 111000 0 1100011 101011 111101 101000110 1100010 10100

Color Harmonies of #630138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630138

Black with #630138

Text Example


Text Example

White with #630138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630138; }

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

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

background-color css

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

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

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

border-color css

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

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

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