Html Css Color HEX #62003A Tyrian Purple

📋 copy color: '#62003A'

red 98 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #62003A

Tints of Tyrian Purple #62003A

RGB

 RED value IS 98 (38.67% from 255) = 62.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 62.82%
G = 0%
B = 37.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#62003A (or 0x62003A) is known color: Tyrian Purple. HEX triplet: 62, 00 and 3A. RGB value is (98,0,58). Sum of RGB (Red+Green+Blue) = 98+0+58=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #62003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62003A is #9DFFC5. Grayscale: #232323. Windows color (decimal): -10354630 or 3801186. OLE color: 3801186.

HSL color Cylindrical-coordinate representation of color #62003A: hue angle of 324.49º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62003A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 58 -
CMYK 0 1 0.41 0.62
HSL 324.49º 1% 0.19% -
HSV(B) 324.49º 1% 0.38% -
XYZ 5.8 2.9 4.26 -
YUV 35.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 98 0 58 0 1 0.41 0.62 324.49 1 0.19
Hex 62 0 3A 0 64 29 3E 144 64 13
Octal 142 0 72 0 144 51 76 504 144 23
Binary 1100010 0 111010 0 1100100 101001 111110 101000100 1100100 10011

Color Harmonies of #62003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62003A

Black with #62003A

Text Example


Text Example

White with #62003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62003A; }

 p { color: rgb(98,0,58); }

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

background-color css

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

 a { background-color: rgb(98,0,58); }

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

border-color css

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

 span { border-color: rgb(98,0,58); }

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