#620F32

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

Shades of Tyrian Purple #620F32

Tints of Tyrian Purple #620F32

Color information

#620F32 (or 0x620F32) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 32. RGB value is (98,15,50). Sum of RGB (Red+Green+Blue) = 98+15+50=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #620F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F32 is #9DF0CD. Grayscale: #2B2B2B. Windows color (decimal): -10350798 or 3280738. OLE color: 3280738.

HSL color Cylindrical-coordinate representation of color #620F32: hue angle of 334.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F32 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB981550-
CMYK00.850.490.62
HSL334.7º73.45%22.16%-
HSV(B)334.7º84.69%38.43%-
XYZ5.783.173.32-
YUV43.81131.5166.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=60.12%
G=9.20%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98155000.850.490.62334.773.4522.16
Hex62F32055313E14f4916
Octal14217620125617651711126
Binary1100010111111001001010101110001111110101001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F32; }

 p { color: rgb(98,15,50); }

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

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

 a { background-color: rgb(98,15,50); }

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

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

 span { border-color: rgb(98,15,50); }

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