Html Css Color HEX #620242 Tyrian Purple

📋 copy color: '#620242'

red 98 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #620242

Tints of Tyrian Purple #620242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 59.04%
G = 1.2%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620242 (or 0x620242) is known color: Tyrian Purple. HEX triplet: 62, 02 and 42. RGB value is (98,2,66). Sum of RGB (Red+Green+Blue) = 98+2+66=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620242 is #9DFDBD. Grayscale: #252525. Windows color (decimal): -10354110 or 4325986. OLE color: 4325986.

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

Color convert

RGB 98 2 66 -
CMYK 0 0.98 0.33 0.62
HSL 320º 0.96% 0.2% -
HSV(B) 320º 0.98% 0.38% -
XYZ 6.04 3.03 5.42 -
YUV 38 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 98 2 66 0 0.98 0.33 0.62 320 0.96 0.2
Hex 62 2 42 0 62 21 3E 140 60 14
Octal 142 2 102 0 142 41 76 500 140 24
Binary 1100010 10 1000010 0 1100010 100001 111110 101000000 1100000 10100

Color Harmonies of #620242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620242

Black with #620242

Text Example


Text Example

White with #620242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620242; }

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

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

background-color css

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

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

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

border-color css

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

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

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