Html Css Color HEX #630142 Tyrian Purple

📋 copy color: '#630142'

red 99 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #630142

Tints of Tyrian Purple #630142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 59.64%
G = 0.6%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#630142 (or 0x630142) is known color: Tyrian Purple. HEX triplet: 63, 01 and 42. RGB value is (99,1,66). Sum of RGB (Red+Green+Blue) = 99+1+66=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #630142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630142 is #9CFEBD. Grayscale: #252525. Windows color (decimal): -10288830 or 4325731. OLE color: 4325731.

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

Color convert

RGB 99 1 66 -
CMYK 0 0.99 0.33 0.61
HSL 320.2º 0.98% 0.2% -
HSV(B) 320.2º 0.99% 0.39% -
XYZ 6.14 3.07 5.42 -
YUV 37.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 99 1 66 0 0.99 0.33 0.61 320.2 0.98 0.2
Hex 63 1 42 0 63 21 3D 140 62 14
Octal 143 1 102 0 143 41 75 500 142 24
Binary 1100011 1 1000010 0 1100011 100001 111101 101000000 1100010 10100

Color Harmonies of #630142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630142

Black with #630142

Text Example


Text Example

White with #630142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630142; }

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

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

background-color css

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

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

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

border-color css

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

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

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