#61002A

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

Shades of Tyrian Purple #61002A

Tints of Tyrian Purple #61002A

Color information

#61002A (or 0x61002A) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 2A. RGB value is (97,0,42). Sum of RGB (Red+Green+Blue) = 97+0+42=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #61002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61002A is #9EFFD5. Grayscale: #212121. Windows color (decimal): -10420182 or 2752609. OLE color: 2752609.

HSL color Cylindrical-coordinate representation of color #61002A: hue angle of 334.02º 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 #61002A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB97042-
CMYK010.570.62
HSL334.02º100%19.02%-
HSV(B)334.02º100%38.04%-
XYZ5.352.712.43-
YUV33.79132.64173.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=69.78%
G=0%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97042010.570.62334.0210019.02
Hex6102A064393E14e6413
Octal1410520144717651614423
Binary1100001010101001100100111001111110101001110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61002A; }

 p { color: rgb(97,0,42); }

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

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

 a { background-color: rgb(97,0,42); }

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

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

 span { border-color: rgb(97,0,42); }

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