#610038

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

Shades of Tyrian Purple #610038

Tints of Tyrian Purple #610038

Color information

#610038 (or 0x610038) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 38. RGB value is (97,0,56). Sum of RGB (Red+Green+Blue) = 97+0+56=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610038 is #9EFFC7. Grayscale: #232323. Windows color (decimal): -10420168 or 3670113. OLE color: 3670113.

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

Color convert

RGB97056-
CMYK010.420.62
HSL325.36º100%19.02%-
HSV(B)325.36º100%38.04%-
XYZ5.642.833.99-
YUV35.39139.64171.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=63.40%
G=0%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97056010.420.62325.3610019.02
Hex610380642A3E1456413
Octal1410700144527650514423
Binary1100001011100001100100101010111110101000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610038; }

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

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

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

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

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

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

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

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