Html Css Color HEX #620E42 Tyrian Purple

📋 copy color: '#620E42'

red 98 ◦ green 14 ◦ blue 66

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

Shades of Tyrian Purple #620E42

Tints of Tyrian Purple #620E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.87%

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

R = 55.06%
G = 7.87%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620E42 (or 0x620E42) is known color: Tyrian Purple. HEX triplet: 62, 0E and 42. RGB value is (98,14,66). Sum of RGB (Red+Green+Blue) = 98+14+66=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #620E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E42 is #9DF1BD. Grayscale: #2C2C2C. Windows color (decimal): -10351038 or 4329058. OLE color: 4329058.

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

Color convert

RGB 98 14 66 -
CMYK 0 0.86 0.33 0.62
HSL 322.86º 0.75% 0.22% -
HSV(B) 322.86º 0.86% 0.38% -
XYZ 6.18 3.3 5.47 -
YUV 45.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 98 14 66 0 0.86 0.33 0.62 322.86 0.75 0.22
Hex 62 E 42 0 56 21 3E 143 4B 16
Octal 142 16 102 0 126 41 76 503 113 26
Binary 1100010 1110 1000010 0 1010110 100001 111110 101000011 1001011 10110

Color Harmonies of #620E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E42

Black with #620E42

Text Example


Text Example

White with #620E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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