Html Css Color HEX #620533 Tyrian Purple

📋 copy color: '#620533'

red 98 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #620533

Tints of Tyrian Purple #620533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 63.64%
G = 3.25%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#620533 (or 0x620533) is known color: Tyrian Purple. HEX triplet: 62, 05 and 33. RGB value is (98,5,51). Sum of RGB (Red+Green+Blue) = 98+5+51=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #620533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620533 is #9DFACC. Grayscale: #252525. Windows color (decimal): -10353357 or 3343714. OLE color: 3343714.

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

Color convert

RGB 98 5 51 -
CMYK 0 0.95 0.48 0.62
HSL 330.32º 0.9% 0.2% -
HSV(B) 330.32º 0.95% 0.38% -
XYZ 5.69 2.94 3.4 -
YUV 38.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 98 5 51 0 0.95 0.48 0.62 330.32 0.9 0.2
Hex 62 5 33 0 5F 30 3E 14A 5A 14
Octal 142 5 63 0 137 60 76 512 132 24
Binary 1100010 101 110011 0 1011111 110000 111110 101001010 1011010 10100

Color Harmonies of #620533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620533

Black with #620533

Text Example


Text Example

White with #620533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620533; }

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

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

background-color css

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

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

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

border-color css

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

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

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