Html Css Color HEX #620033 Tyrian Purple

📋 copy color: '#620033'

red 98 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #620033

Tints of Tyrian Purple #620033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.77%
G = 0%
B = 34.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#620033 (or 0x620033) is known color: Tyrian Purple. HEX triplet: 62, 00 and 33. RGB value is (98,0,51). Sum of RGB (Red+Green+Blue) = 98+0+51=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620033 is #9DFFCC. Grayscale: #232323. Windows color (decimal): -10354637 or 3342434. OLE color: 3342434.

HSL color Cylindrical-coordinate representation of color #620033: hue angle of 328.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620033 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 51 -
CMYK 0 1 0.48 0.62
HSL 328.78º 1% 0.19% -
HSV(B) 328.78º 1% 0.38% -
XYZ 5.63 2.84 3.38 -
YUV 35.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 98 0 51 0 1 0.48 0.62 328.78 1 0.19
Hex 62 0 33 0 64 30 3E 149 64 13
Octal 142 0 63 0 144 60 76 511 144 23
Binary 1100010 0 110011 0 1100100 110000 111110 101001001 1100100 10011

Color Harmonies of #620033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620033

Black with #620033

Text Example


Text Example

White with #620033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620033; }

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

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

background-color css

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

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

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

border-color css

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

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

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