Html Css Color HEX #620526 Tyrian Purple

📋 copy color: '#620526'

red 98 ◦ green 5 ◦ blue 38

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

Shades of Tyrian Purple #620526

Tints of Tyrian Purple #620526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 69.5%
G = 3.55%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#620526 (or 0x620526) is known color: Tyrian Purple. HEX triplet: 62, 05 and 26. RGB value is (98,5,38). Sum of RGB (Red+Green+Blue) = 98+5+38=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620526 is #9DFAD9. Grayscale: #242424. Windows color (decimal): -10353370 or 2491746. OLE color: 2491746.

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

Color convert

RGB 98 5 38 -
CMYK 0 0.95 0.61 0.62
HSL 338.71º 0.9% 0.2% -
HSV(B) 338.71º 0.95% 0.38% -
XYZ 5.44 2.85 2.1 -
YUV 36.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 98 5 38 0 0.95 0.61 0.62 338.71 0.9 0.2
Hex 62 5 26 0 5F 3D 3E 153 5A 14
Octal 142 5 46 0 137 75 76 523 132 24
Binary 1100010 101 100110 0 1011111 111101 111110 101010011 1011010 10100

Color Harmonies of #620526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620526

Black with #620526

Text Example


Text Example

White with #620526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620526; }

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

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

background-color css

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

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

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

border-color css

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

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

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