Html Css Color HEX #620448 Tyrian Purple

📋 copy color: '#620448'

red 98 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #620448

Tints of Tyrian Purple #620448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 56.32%
G = 2.3%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#620448 (or 0x620448) is known color: Tyrian Purple. HEX triplet: 62, 04 and 48. RGB value is (98,4,72). Sum of RGB (Red+Green+Blue) = 98+4+72=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620448 is #9DFBB7. Grayscale: #272727. Windows color (decimal): -10353592 or 4719714. OLE color: 4719714.

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

Color convert

RGB 98 4 72 -
CMYK 0 0.96 0.27 0.62
HSL 316.6º 0.92% 0.2% -
HSV(B) 316.6º 0.96% 0.38% -
XYZ 6.25 3.15 6.41 -
YUV 39.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 98 4 72 0 0.96 0.27 0.62 316.6 0.92 0.2
Hex 62 4 48 0 60 1B 3E 13D 5C 14
Octal 142 4 110 0 140 33 76 475 134 24
Binary 1100010 100 1001000 0 1100000 11011 111110 100111101 1011100 10100

Color Harmonies of #620448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620448

Black with #620448

Text Example


Text Example

White with #620448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620448; }

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

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

background-color css

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

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

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

border-color css

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

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

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