Html Css Color HEX #620038 Tyrian Purple

📋 copy color: '#620038'

red 98 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #620038

Tints of Tyrian Purple #620038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.36%

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#620038 (or 0x620038) is known color: Tyrian Purple. HEX triplet: 62, 00 and 38. RGB value is (98,0,56). Sum of RGB (Red+Green+Blue) = 98+0+56=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #620038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620038 is #9DFFC7. Grayscale: #232323. Windows color (decimal): -10354632 or 3670114. OLE color: 3670114.

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

Color convert

RGB 98 0 56 -
CMYK 0 1 0.43 0.62
HSL 325.71º 1% 0.19% -
HSV(B) 325.71º 1% 0.38% -
XYZ 5.75 2.88 3.99 -
YUV 35.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 98 0 56 0 1 0.43 0.62 325.71 1 0.19
Hex 62 0 38 0 64 2B 3E 146 64 13
Octal 142 0 70 0 144 53 76 506 144 23
Binary 1100010 0 111000 0 1100100 101011 111110 101000110 1100100 10011

Color Harmonies of #620038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620038

Black with #620038

Text Example


Text Example

White with #620038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620038; }

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

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

background-color css

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

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

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

border-color css

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

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

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