Html Css Color HEX #62023A Tyrian Purple

📋 copy color: '#62023A'

red 98 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #62023A

Tints of Tyrian Purple #62023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 62.03%
G = 1.27%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#62023A (or 0x62023A) is known color: Tyrian Purple. HEX triplet: 62, 02 and 3A. RGB value is (98,2,58). Sum of RGB (Red+Green+Blue) = 98+2+58=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #62023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023A is #9DFDC5. Grayscale: #242424. Windows color (decimal): -10354118 or 3801698. OLE color: 3801698.

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

Color convert

RGB 98 2 58 -
CMYK 0 0.98 0.41 0.62
HSL 325º 0.96% 0.2% -
HSV(B) 325º 0.98% 0.38% -
XYZ 5.82 2.95 4.26 -
YUV 37.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 98 2 58 0 0.98 0.41 0.62 325 0.96 0.2
Hex 62 2 3A 0 62 29 3E 145 60 14
Octal 142 2 72 0 142 51 76 505 140 24
Binary 1100010 10 111010 0 1100010 101001 111110 101000101 1100000 10100

Color Harmonies of #62023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62023A

Black with #62023A

Text Example


Text Example

White with #62023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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