Html Css Color HEX #620045 Tyrian Purple

📋 copy color: '#620045'

red 98 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #620045

Tints of Tyrian Purple #620045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 58.68%
G = 0%
B = 41.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#620045 (or 0x620045) is known color: Tyrian Purple. HEX triplet: 62, 00 and 45. RGB value is (98,0,69). Sum of RGB (Red+Green+Blue) = 98+0+69=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620045 is #9DFFBA. Grayscale: #242424. Windows color (decimal): -10354619 or 4522082. OLE color: 4522082.

HSL color Cylindrical-coordinate representation of color #620045: hue angle of 317.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620045 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 69 -
CMYK 0 1 0.30 0.62
HSL 317.76º 1% 0.19% -
HSV(B) 317.76º 1% 0.38% -
XYZ 6.11 3.03 5.89 -
YUV 37.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 98 0 69 0 1 0.30 0.62 317.76 1 0.19
Hex 62 0 45 0 64 1E 3E 13E 64 13
Octal 142 0 105 0 144 36 76 476 144 23
Binary 1100010 0 1000101 0 1100100 11110 111110 100111110 1100100 10011

Color Harmonies of #620045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620045

Black with #620045

Text Example


Text Example

White with #620045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620045; }

 p { color: rgb(98,0,69); }

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

background-color css

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

 a { background-color: rgb(98,0,69); }

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

border-color css

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

 span { border-color: rgb(98,0,69); }

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