#621233

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

Shades of Tyrian Purple #621233

Tints of Tyrian Purple #621233

Color information

#621233 (or 0x621233) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 33. RGB value is (98,18,51). Sum of RGB (Red+Green+Blue) = 98+18+51=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #621233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621233 is #9DEDCC. Grayscale: #2D2D2D. Windows color (decimal): -10350029 or 3347042. OLE color: 3347042.

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

Color convert

RGB981851-
CMYK00.820.480.62
HSL335.25º68.97%22.75%-
HSV(B)335.25º81.63%38.43%-
XYZ5.853.273.45-
YUV45.68131165.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=58.68%
G=10.78%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98185100.820.480.62335.2568.9722.75
Hex621233052303E14f4517
Octal14222630122607651710527
Binary11000101001011001101010010110000111110101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621233; }

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

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

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

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

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

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

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

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