Html Css Color HEX #62022D Tyrian Purple

📋 copy color: '#62022D'

red 98 ◦ green 2 ◦ blue 45

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

Shades of Tyrian Purple #62022D

Tints of Tyrian Purple #62022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 67.59%
G = 1.38%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#62022D (or 0x62022D) is known color: Tyrian Purple. HEX triplet: 62, 02 and 2D. RGB value is (98,2,45). Sum of RGB (Red+Green+Blue) = 98+2+45=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022D is #9DFDD2. Grayscale: #232323. Windows color (decimal): -10354131 or 2949730. OLE color: 2949730.

HSL color Cylindrical-coordinate representation of color #62022D: hue angle of 333.12º 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 #62022D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 45 -
CMYK 0 0.98 0.54 0.62
HSL 333.13º 0.96% 0.2% -
HSV(B) 333.13º 0.98% 0.38% -
XYZ 5.53 2.83 2.74 -
YUV 35.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 98 2 45 0 0.98 0.54 0.62 333.13 0.96 0.2
Hex 62 2 2D 0 62 36 3E 14D 60 14
Octal 142 2 55 0 142 66 76 515 140 24
Binary 1100010 10 101101 0 1100010 110110 111110 101001101 1100000 10100

Color Harmonies of #62022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62022D

Black with #62022D

Text Example


Text Example

White with #62022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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