Html Css Color HEX #620128 Tyrian Purple

📋 copy color: '#620128'

red 98 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #620128

Tints of Tyrian Purple #620128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 70.5%
G = 0.72%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#620128 (or 0x620128) is known color: Tyrian Purple. HEX triplet: 62, 01 and 28. RGB value is (98,1,40). Sum of RGB (Red+Green+Blue) = 98+1+40=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620128 is #9DFED7. Grayscale: #222222. Windows color (decimal): -10354392 or 2621794. OLE color: 2621794.

HSL color Cylindrical-coordinate representation of color #620128: hue angle of 335.88º 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 #620128 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 40 -
CMYK 0 0.99 0.59 0.62
HSL 335.88º 0.98% 0.19% -
HSV(B) 335.88º 0.99% 0.38% -
XYZ 5.43 2.77 2.26 -
YUV 34.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 98 1 40 0 0.99 0.59 0.62 335.88 0.98 0.19
Hex 62 1 28 0 63 3B 3E 150 62 13
Octal 142 1 50 0 143 73 76 520 142 23
Binary 1100010 1 101000 0 1100011 111011 111110 101010000 1100010 10011

Color Harmonies of #620128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620128

Black with #620128

Text Example


Text Example

White with #620128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620128; }

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

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

background-color css

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

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

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

border-color css

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

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

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