Html Css Color HEX #620554 Tyrian Purple

📋 copy color: '#620554'

red 98 ◦ green 5 ◦ blue 84

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

Shades of Tyrian Purple #620554

Tints of Tyrian Purple #620554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 52.41%
G = 2.67%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#620554 (or 0x620554) is known color: Tyrian Purple. HEX triplet: 62, 05 and 54. RGB value is (98,5,84). Sum of RGB (Red+Green+Blue) = 98+5+84=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #620554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620554 is #9DFAAB. Grayscale: #292929. Windows color (decimal): -10353324 or 5506402. OLE color: 5506402.

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

Color convert

RGB 98 5 84 -
CMYK 0 0.95 0.14 0.62
HSL 309.03º 0.9% 0.2% -
HSV(B) 309.03º 0.95% 0.38% -
XYZ 6.69 3.35 8.68 -
YUV 41.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 98 5 84 0 0.95 0.14 0.62 309.03 0.9 0.2
Hex 62 5 54 0 5F E 3E 135 5A 14
Octal 142 5 124 0 137 16 76 465 132 24
Binary 1100010 101 1010100 0 1011111 1110 111110 100110101 1011010 10100

Color Harmonies of #620554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620554

Black with #620554

Text Example


Text Example

White with #620554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620554; }

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

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

background-color css

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

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

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

border-color css

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

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

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