Html Css Color HEX #620035 Tyrian Purple

📋 copy color: '#620035'

red 98 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #620035

Tints of Tyrian Purple #620035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 64.9%
G = 0%
B = 35.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#620035 (or 0x620035) is known color: Tyrian Purple. HEX triplet: 62, 00 and 35. RGB value is (98,0,53). Sum of RGB (Red+Green+Blue) = 98+0+53=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620035 is #9DFFCA. Grayscale: #232323. Windows color (decimal): -10354635 or 3473506. OLE color: 3473506.

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

Color convert

RGB 98 0 53 -
CMYK 0 1 0.46 0.62
HSL 327.55º 1% 0.19% -
HSV(B) 327.55º 1% 0.38% -
XYZ 5.68 2.85 3.62 -
YUV 35.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 98 0 53 0 1 0.46 0.62 327.55 1 0.19
Hex 62 0 35 0 64 2E 3E 148 64 13
Octal 142 0 65 0 144 56 76 510 144 23
Binary 1100010 0 110101 0 1100100 101110 111110 101001000 1100100 10011

Color Harmonies of #620035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620035

Black with #620035

Text Example


Text Example

White with #620035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620035; }

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

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

background-color css

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

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

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

border-color css

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

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

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