Html Css Color HEX #630148 Tyrian Purple

📋 copy color: '#630148'

red 99 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #630148

Tints of Tyrian Purple #630148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 57.56%
G = 0.58%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630148 (or 0x630148) is known color: Tyrian Purple. HEX triplet: 63, 01 and 48. RGB value is (99,1,72). Sum of RGB (Red+Green+Blue) = 99+1+72=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630148 is #9CFEB7. Grayscale: #262626. Windows color (decimal): -10288824 or 4718947. OLE color: 4718947.

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

Color convert

RGB 99 1 72 -
CMYK 0 0.99 0.27 0.61
HSL 316.53º 0.98% 0.2% -
HSV(B) 316.53º 0.99% 0.39% -
XYZ 6.33 3.14 6.4 -
YUV 38.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 99 1 72 0 0.99 0.27 0.61 316.53 0.98 0.2
Hex 63 1 48 0 63 1B 3D 13D 62 14
Octal 143 1 110 0 143 33 75 475 142 24
Binary 1100011 1 1001000 0 1100011 11011 111101 100111101 1100010 10100

Color Harmonies of #630148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630148

Black with #630148

Text Example


Text Example

White with #630148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630148; }

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

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

background-color css

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

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

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

border-color css

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

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

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