Html Css Color HEX #62013B Tyrian Purple

📋 copy color: '#62013B'

red 98 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #62013B

Tints of Tyrian Purple #62013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 62.03%
G = 0.63%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62013B (or 0x62013B) is known color: Tyrian Purple. HEX triplet: 62, 01 and 3B. RGB value is (98,1,59). Sum of RGB (Red+Green+Blue) = 98+1+59=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #62013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62013B is #9DFEC4. Grayscale: #242424. Windows color (decimal): -10354373 or 3866978. OLE color: 3866978.

HSL color Cylindrical-coordinate representation of color #62013B: hue angle of 324.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62013B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 59 -
CMYK 0 0.99 0.40 0.62
HSL 324.12º 0.98% 0.19% -
HSV(B) 324.12º 0.99% 0.38% -
XYZ 5.84 2.93 4.4 -
YUV 36.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 98 1 59 0 0.99 0.40 0.62 324.12 0.98 0.19
Hex 62 1 3B 0 63 28 3E 144 62 13
Octal 142 1 73 0 143 50 76 504 142 23
Binary 1100010 1 111011 0 1100011 101000 111110 101000100 1100010 10011

Color Harmonies of #62013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62013B

Black with #62013B

Text Example


Text Example

White with #62013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62013B; }

 p { color: rgb(98,1,59); }

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

background-color css

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

 a { background-color: rgb(98,1,59); }

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

border-color css

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

 span { border-color: rgb(98,1,59); }

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