Html Css Color HEX #620326 Tyrian Purple

📋 copy color: '#620326'

red 98 ◦ green 3 ◦ blue 38

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

Shades of Tyrian Purple #620326

Tints of Tyrian Purple #620326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 70.5%
G = 2.16%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#620326 (or 0x620326) is known color: Tyrian Purple. HEX triplet: 62, 03 and 26. RGB value is (98,3,38). Sum of RGB (Red+Green+Blue) = 98+3+38=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620326 is #9DFCD9. Grayscale: #232323. Windows color (decimal): -10353882 or 2491234. OLE color: 2491234.

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

Color convert

RGB 98 3 38 -
CMYK 0 0.97 0.61 0.62
HSL 337.89º 0.94% 0.2% -
HSV(B) 337.89º 0.97% 0.38% -
XYZ 5.42 2.8 2.09 -
YUV 35.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 98 3 38 0 0.97 0.61 0.62 337.89 0.94 0.2
Hex 62 3 26 0 61 3D 3E 152 5E 14
Octal 142 3 46 0 141 75 76 522 136 24
Binary 1100010 11 100110 0 1100001 111101 111110 101010010 1011110 10100

Color Harmonies of #620326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620326

Black with #620326

Text Example


Text Example

White with #620326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620326; }

 p { color: rgb(98,3,38); }

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

background-color css

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

 a { background-color: rgb(98,3,38); }

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

border-color css

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

 span { border-color: rgb(98,3,38); }

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