Html Css Color HEX #620936 Tyrian Purple

📋 copy color: '#620936'

red 98 ◦ green 9 ◦ blue 54

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

Shades of Tyrian Purple #620936

Tints of Tyrian Purple #620936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 60.87%
G = 5.59%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#620936 (or 0x620936) is known color: Tyrian Purple. HEX triplet: 62, 09 and 36. RGB value is (98,9,54). Sum of RGB (Red+Green+Blue) = 98+9+54=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #620936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620936 is #9DF6C9. Grayscale: #282828. Windows color (decimal): -10352330 or 3541346. OLE color: 3541346.

HSL color Cylindrical-coordinate representation of color #620936: hue angle of 329.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620936 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 54 -
CMYK 0 0.91 0.45 0.62
HSL 329.66º 0.83% 0.21% -
HSV(B) 329.66º 0.91% 0.38% -
XYZ 5.8 3.06 3.77 -
YUV 40.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 98 9 54 0 0.91 0.45 0.62 329.66 0.83 0.21
Hex 62 9 36 0 5B 2D 3E 14A 53 15
Octal 142 11 66 0 133 55 76 512 123 25
Binary 1100010 1001 110110 0 1011011 101101 111110 101001010 1010011 10101

Color Harmonies of #620936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620936

Black with #620936

Text Example


Text Example

White with #620936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620936; }

 p { color: rgb(98,9,54); }

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

background-color css

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

 a { background-color: rgb(98,9,54); }

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

border-color css

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

 span { border-color: rgb(98,9,54); }

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