#620034

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

Shades of Tyrian Purple #620034

Tints of Tyrian Purple #620034

Color information

#620034 (or 0x620034) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 34. RGB value is (98,0,52). Sum of RGB (Red+Green+Blue) = 98+0+52=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #620034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620034 is #9DFFCB. Grayscale: #232323. Windows color (decimal): -10354636 or 3407970. OLE color: 3407970.

HSL color Cylindrical-coordinate representation of color #620034: hue angle of 328.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620034 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB98052-
CMYK010.470.62
HSL328.16º100%19.22%-
HSV(B)328.16º100%38.43%-
XYZ5.662.843.5-
YUV35.23137.47172.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=65.33%
G=0%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98052010.470.62328.1610019.22
Hex620340642F3E1486413
Octal1420640144577651014423
Binary1100010011010001100100101111111110101001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620034; }

 p { color: rgb(98,0,52); }

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

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

 a { background-color: rgb(98,0,52); }

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

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

 span { border-color: rgb(98,0,52); }

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