#620F3E

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

Shades of Tyrian Purple #620F3E

Tints of Tyrian Purple #620F3E

Color information

#620F3E (or 0x620F3E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 0F and 3E. RGB value is (98,15,62). Sum of RGB (Red+Green+Blue) = 98+15+62=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #620F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F3E is #9DF0C1. Grayscale: #2D2D2D. Windows color (decimal): -10350786 or 4067170. OLE color: 4067170.

HSL color Cylindrical-coordinate representation of color #620F3E: hue angle of 326.02º 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 #620F3E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB981562-
CMYK00.850.370.62
HSL326.02º73.45%22.16%-
HSV(B)326.02º84.69%38.43%-
XYZ6.083.294.87-
YUV45.18137.5165.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=56%
G=8.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98156200.850.370.62326.0273.4522.16
Hex62F3E055253E1464916
Octal14217760125457650611126
Binary1100010111111111001010101100101111110101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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