#621238

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

Shades of Tyrian Purple #621238

Tints of Tyrian Purple #621238

Color information

#621238 (or 0x621238) is unknown color: approx Tyrian Purple. HEX triplet: 62, 12 and 38. RGB value is (98,18,56). Sum of RGB (Red+Green+Blue) = 98+18+56=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #621238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621238 is #9DEDC7. Grayscale: #2E2E2E. Windows color (decimal): -10350024 or 3674722. OLE color: 3674722.

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

Color convert

RGB981856-
CMYK00.820.430.62
HSL331.5º68.97%22.75%-
HSV(B)331.5º81.63%38.43%-
XYZ5.973.314.07-
YUV46.25133.5164.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=56.98%
G=10.47%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98185600.820.430.62331.568.9722.75
Hex6212380522B3E14c4517
Octal14222700122537651410527
Binary11000101001011100001010010101011111110101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621238; }

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

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

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

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

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

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

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

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