Html Css Color HEX #630133 Tyrian Purple

📋 copy color: '#630133'

red 99 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #630133

Tints of Tyrian Purple #630133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.77%

R = 65.56%
G = 0.66%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#630133 (or 0x630133) is known color: Tyrian Purple. HEX triplet: 63, 01 and 33. RGB value is (99,1,51). Sum of RGB (Red+Green+Blue) = 99+1+51=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630133 is #9CFECC. Grayscale: #232323. Windows color (decimal): -10288845 or 3342691. OLE color: 3342691.

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

Color convert

RGB 99 1 51 -
CMYK 0 0.99 0.48 0.61
HSL 329.39º 0.98% 0.2% -
HSV(B) 329.39º 0.99% 0.39% -
XYZ 5.75 2.91 3.39 -
YUV 36 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 99 1 51 0 0.99 0.48 0.61 329.39 0.98 0.2
Hex 63 1 33 0 63 30 3D 149 62 14
Octal 143 1 63 0 143 60 75 511 142 24
Binary 1100011 1 110011 0 1100011 110000 111101 101001001 1100010 10100

Color Harmonies of #630133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630133

Black with #630133

Text Example


Text Example

White with #630133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630133; }

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

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

background-color css

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

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

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

border-color css

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

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

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