Html Css Color HEX #620254 Tyrian Purple

📋 copy color: '#620254'

red 98 ◦ green 2 ◦ blue 84

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

Shades of Tyrian Purple #620254

Tints of Tyrian Purple #620254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.65%

R = 53.26%
G = 1.09%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#620254 (or 0x620254) is known color: Tyrian Purple. HEX triplet: 62, 02 and 54. RGB value is (98,2,84). Sum of RGB (Red+Green+Blue) = 98+2+84=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620254 is #9DFDAB. Grayscale: #272727. Windows color (decimal): -10354092 or 5505634. OLE color: 5505634.

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

Color convert

RGB 98 2 84 -
CMYK 0 0.98 0.14 0.62
HSL 308.75º 0.96% 0.2% -
HSV(B) 308.75º 0.98% 0.38% -
XYZ 6.66 3.28 8.67 -
YUV 40.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 98 2 84 0 0.98 0.14 0.62 308.75 0.96 0.2
Hex 62 2 54 0 62 E 3E 135 60 14
Octal 142 2 124 0 142 16 76 465 140 24
Binary 1100010 10 1010100 0 1100010 1110 111110 100110101 1100000 10100

Color Harmonies of #620254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620254

Black with #620254

Text Example


Text Example

White with #620254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620254; }

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

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

background-color css

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

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

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

border-color css

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

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

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