Html Css Color HEX #620428 Tyrian Purple

📋 copy color: '#620428'

red 98 ◦ green 4 ◦ blue 40

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

Shades of Tyrian Purple #620428

Tints of Tyrian Purple #620428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

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

R = 69.01%
G = 2.82%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#620428 (or 0x620428) is known color: Tyrian Purple. HEX triplet: 62, 04 and 28. RGB value is (98,4,40). Sum of RGB (Red+Green+Blue) = 98+4+40=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #620428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620428 is #9DFBD7. Grayscale: #242424. Windows color (decimal): -10353624 or 2622562. OLE color: 2622562.

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

Color convert

RGB 98 4 40 -
CMYK 0 0.96 0.59 0.62
HSL 337.02º 0.92% 0.2% -
HSV(B) 337.02º 0.96% 0.38% -
XYZ 5.46 2.84 2.27 -
YUV 36.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 98 4 40 0 0.96 0.59 0.62 337.02 0.92 0.2
Hex 62 4 28 0 60 3B 3E 151 5C 14
Octal 142 4 50 0 140 73 76 521 134 24
Binary 1100010 100 101000 0 1100000 111011 111110 101010001 1011100 10100

Color Harmonies of #620428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620428

Black with #620428

Text Example


Text Example

White with #620428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620428; }

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

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

background-color css

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

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

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

border-color css

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

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

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