Html Css Color HEX #620258 Tyrian Purple

📋 copy color: '#620258'

red 98 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #620258

Tints of Tyrian Purple #620258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.81%

R = 52.13%
G = 1.06%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#620258 (or 0x620258) is known color: Tyrian Purple. HEX triplet: 62, 02 and 58. RGB value is (98,2,88). Sum of RGB (Red+Green+Blue) = 98+2+88=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #620258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620258 is #9DFDA7. Grayscale: #282828. Windows color (decimal): -10354088 or 5767778. OLE color: 5767778.

HSL color Cylindrical-coordinate representation of color #620258: hue angle of 306.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 #620258 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 88 -
CMYK 0 0.98 0.10 0.62
HSL 306.25º 0.96% 0.2% -
HSV(B) 306.25º 0.98% 0.38% -
XYZ 6.82 3.34 9.52 -
YUV 40.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 98 2 88 0 0.98 0.10 0.62 306.25 0.96 0.2
Hex 62 2 58 0 62 A 3E 132 60 14
Octal 142 2 130 0 142 12 76 462 140 24
Binary 1100010 10 1011000 0 1100010 1010 111110 100110010 1100000 10100

Color Harmonies of #620258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620258

Black with #620258

Text Example


Text Example

White with #620258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620258; }

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

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

background-color css

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

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

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

border-color css

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

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

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