Html Css Color HEX #62022B Tyrian Purple

📋 copy color: '#62022B'

red 98 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #62022B

Tints of Tyrian Purple #62022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 68.53%
G = 1.4%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62022B (or 0x62022B) is known color: Tyrian Purple. HEX triplet: 62, 02 and 2B. RGB value is (98,2,43). Sum of RGB (Red+Green+Blue) = 98+2+43=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #62022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022B is #9DFDD4. Grayscale: #232323. Windows color (decimal): -10354133 or 2818658. OLE color: 2818658.

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

Color convert

RGB 98 2 43 -
CMYK 0 0.98 0.56 0.62
HSL 334.38º 0.96% 0.2% -
HSV(B) 334.38º 0.98% 0.38% -
XYZ 5.49 2.81 2.54 -
YUV 35.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 98 2 43 0 0.98 0.56 0.62 334.38 0.96 0.2
Hex 62 2 2B 0 62 38 3E 14E 60 14
Octal 142 2 53 0 142 70 76 516 140 24
Binary 1100010 10 101011 0 1100010 111000 111110 101001110 1100000 10100

Color Harmonies of #62022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62022B

Black with #62022B

Text Example


Text Example

White with #62022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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