Html Css Color HEX #62053A Tyrian Purple

📋 copy color: '#62053A'

red 98 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #62053A

Tints of Tyrian Purple #62053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 60.87%
G = 3.11%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#62053A (or 0x62053A) is known color: Tyrian Purple. HEX triplet: 62, 05 and 3A. RGB value is (98,5,58). Sum of RGB (Red+Green+Blue) = 98+5+58=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62053A is #9DFAC5. Grayscale: #262626. Windows color (decimal): -10353350 or 3802466. OLE color: 3802466.

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

Color convert

RGB 98 5 58 -
CMYK 0 0.95 0.41 0.62
HSL 325.81º 0.9% 0.2% -
HSV(B) 325.81º 0.95% 0.38% -
XYZ 5.85 3.01 4.28 -
YUV 38.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 98 5 58 0 0.95 0.41 0.62 325.81 0.9 0.2
Hex 62 5 3A 0 5F 29 3E 146 5A 14
Octal 142 5 72 0 137 51 76 506 132 24
Binary 1100010 101 111010 0 1011111 101001 111110 101000110 1011010 10100

Color Harmonies of #62053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62053A

Black with #62053A

Text Example


Text Example

White with #62053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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