#621038

Color #621038 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #621038

Tints of Tyrian Purple #621038

Color information

#621038 (or 0x621038) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 38. RGB value is (98,16,56). Sum of RGB (Red+Green+Blue) = 98+16+56=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621038 is #9DEFC7. Grayscale: #2D2D2D. Windows color (decimal): -10350536 or 3674210. OLE color: 3674210.

HSL color Cylindrical-coordinate representation of color #621038: hue angle of 330.73º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621038 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB981656-
CMYK00.840.430.62
HSL330.73º71.93%22.35%-
HSV(B)330.73º83.67%38.43%-
XYZ5.943.254.06-
YUV45.08134.17165.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=57.65%
G=9.41%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98165600.840.430.62330.7371.9322.35
Hex6210380542B3E14b4816
Octal14220700124537651311026
Binary11000101000011100001010100101011111110101001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621038; }

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

 H1.HeaderClassName
 {
   color: #621038;
 }
 .AnyTagClassName
 {
   color: #621038;
 }
</style>
background-color css

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

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

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

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

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

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