Html Css Color HEX #620248 Tyrian Purple

📋 copy color: '#620248'

red 98 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #620248

Tints of Tyrian Purple #620248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 56.98%
G = 1.16%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#620248 (or 0x620248) is known color: Tyrian Purple. HEX triplet: 62, 02 and 48. RGB value is (98,2,72). Sum of RGB (Red+Green+Blue) = 98+2+72=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #620248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620248 is #9DFDB7. Grayscale: #262626. Windows color (decimal): -10354104 or 4719202. OLE color: 4719202.

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

Color convert

RGB 98 2 72 -
CMYK 0 0.98 0.27 0.62
HSL 316.25º 0.96% 0.2% -
HSV(B) 316.25º 0.98% 0.38% -
XYZ 6.23 3.11 6.4 -
YUV 38.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 98 2 72 0 0.98 0.27 0.62 316.25 0.96 0.2
Hex 62 2 48 0 62 1B 3E 13C 60 14
Octal 142 2 110 0 142 33 76 474 140 24
Binary 1100010 10 1001000 0 1100010 11011 111110 100111100 1100000 10100

Color Harmonies of #620248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620248

Black with #620248

Text Example


Text Example

White with #620248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620248; }

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

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

background-color css

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

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

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

border-color css

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

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

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