Html Css Color HEX #62022C Tyrian Purple

📋 copy color: '#62022C'

red 98 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #62022C

Tints of Tyrian Purple #62022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 68.06%
G = 1.39%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#62022C (or 0x62022C) is known color: Tyrian Purple. HEX triplet: 62, 02 and 2C. RGB value is (98,2,44). Sum of RGB (Red+Green+Blue) = 98+2+44=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62022C is #9DFDD3. Grayscale: #232323. Windows color (decimal): -10354132 or 2884194. OLE color: 2884194.

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

Color convert

RGB 98 2 44 -
CMYK 0 0.98 0.55 0.62
HSL 333.75º 0.96% 0.2% -
HSV(B) 333.75º 0.98% 0.38% -
XYZ 5.51 2.82 2.64 -
YUV 35.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 98 2 44 0 0.98 0.55 0.62 333.75 0.96 0.2
Hex 62 2 2C 0 62 37 3E 14E 60 14
Octal 142 2 54 0 142 67 76 516 140 24
Binary 1100010 10 101100 0 1100010 110111 111110 101001110 1100000 10100

Color Harmonies of #62022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62022C

Black with #62022C

Text Example


Text Example

White with #62022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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