Html Css Color HEX #620145 Tyrian Purple

📋 copy color: '#620145'

red 98 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #620145

Tints of Tyrian Purple #620145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 58.33%
G = 0.6%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#620145 (or 0x620145) is known color: Tyrian Purple. HEX triplet: 62, 01 and 45. RGB value is (98,1,69). Sum of RGB (Red+Green+Blue) = 98+1+69=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #620145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620145 is #9DFEBA. Grayscale: #252525. Windows color (decimal): -10354363 or 4522338. OLE color: 4522338.

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

Color convert

RGB 98 1 69 -
CMYK 0 0.99 0.30 0.62
HSL 317.94º 0.98% 0.19% -
HSV(B) 317.94º 0.99% 0.38% -
XYZ 6.12 3.05 5.9 -
YUV 37.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 98 1 69 0 0.99 0.30 0.62 317.94 0.98 0.19
Hex 62 1 45 0 63 1E 3E 13E 62 13
Octal 142 1 105 0 143 36 76 476 142 23
Binary 1100010 1 1000101 0 1100011 11110 111110 100111110 1100010 10011

Color Harmonies of #620145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620145

Black with #620145

Text Example


Text Example

White with #620145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620145; }

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

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

background-color css

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

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

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

border-color css

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

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

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