Html Css Color HEX #620342 Tyrian Purple

📋 copy color: '#620342'

red 98 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #620342

Tints of Tyrian Purple #620342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 58.68%
G = 1.8%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#620342 (or 0x620342) is known color: Tyrian Purple. HEX triplet: 62, 03 and 42. RGB value is (98,3,66). Sum of RGB (Red+Green+Blue) = 98+3+66=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620342 is #9DFCBD. Grayscale: #262626. Windows color (decimal): -10353854 or 4326242. OLE color: 4326242.

HSL color Cylindrical-coordinate representation of color #620342: hue angle of 320.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620342 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 66 -
CMYK 0 0.97 0.33 0.62
HSL 320.21º 0.94% 0.2% -
HSV(B) 320.21º 0.97% 0.38% -
XYZ 6.05 3.06 5.42 -
YUV 38.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 98 3 66 0 0.97 0.33 0.62 320.21 0.94 0.2
Hex 62 3 42 0 61 21 3E 140 5E 14
Octal 142 3 102 0 141 41 76 500 136 24
Binary 1100010 11 1000010 0 1100001 100001 111110 101000000 1011110 10100

Color Harmonies of #620342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620342

Black with #620342

Text Example


Text Example

White with #620342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620342; }

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

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

background-color css

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

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

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

border-color css

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

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

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