Html Css Color HEX #620325 Tyrian Purple

📋 copy color: '#620325'

red 98 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #620325

Tints of Tyrian Purple #620325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.81%

R = 71.01%
G = 2.17%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#620325 (or 0x620325) is known color: Tyrian Purple. HEX triplet: 62, 03 and 25. RGB value is (98,3,37). Sum of RGB (Red+Green+Blue) = 98+3+37=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #620325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620325 is #9DFCDA. Grayscale: #232323. Windows color (decimal): -10353883 or 2425698. OLE color: 2425698.

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

Color convert

RGB 98 3 37 -
CMYK 0 0.97 0.62 0.62
HSL 338.53º 0.94% 0.2% -
HSV(B) 338.53º 0.97% 0.38% -
XYZ 5.4 2.8 2.01 -
YUV 35.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 98 3 37 0 0.97 0.62 0.62 338.53 0.94 0.2
Hex 62 3 25 0 61 3E 3E 153 5E 14
Octal 142 3 45 0 141 76 76 523 136 24
Binary 1100010 11 100101 0 1100001 111110 111110 101010011 1011110 10100

Color Harmonies of #620325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620325

Black with #620325

Text Example


Text Example

White with #620325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620325; }

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

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

background-color css

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

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

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

border-color css

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

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

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