Html Css Color HEX #620B42 Tyrian Purple

📋 copy color: '#620B42'

red 98 ◦ green 11 ◦ blue 66

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

Shades of Tyrian Purple #620B42

Tints of Tyrian Purple #620B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

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

R = 56%
G = 6.29%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620B42 (or 0x620B42) is known color: Tyrian Purple. HEX triplet: 62, 0B and 42. RGB value is (98,11,66). Sum of RGB (Red+Green+Blue) = 98+11+66=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #620B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620B42 is #9DF4BD. Grayscale: #2B2B2B. Windows color (decimal): -10351806 or 4328290. OLE color: 4328290.

HSL color Cylindrical-coordinate representation of color #620B42: hue angle of 322.07º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B42 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 11 66 -
CMYK 0 0.89 0.33 0.62
HSL 322.07º 0.8% 0.21% -
HSV(B) 322.07º 0.89% 0.38% -
XYZ 6.14 3.23 5.45 -
YUV 43.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 98 11 66 0 0.89 0.33 0.62 322.07 0.8 0.21
Hex 62 B 42 0 59 21 3E 142 50 15
Octal 142 13 102 0 131 41 76 502 120 25
Binary 1100010 1011 1000010 0 1011001 100001 111110 101000010 1010000 10101

Color Harmonies of #620B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B42

Black with #620B42

Text Example


Text Example

White with #620B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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