#670254

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

Shades of Tyrian Purple #670254

Tints of Tyrian Purple #670254

Color information

#670254 (or 0x670254) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 54. RGB value is (103,2,84). Sum of RGB (Red+Green+Blue) = 103+2+84=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #670254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670254 is #98FDAB. Grayscale: #292929. Windows color (decimal): -10026412 or 5505639. OLE color: 5505639.

HSL color Cylindrical-coordinate representation of color #670254: hue angle of 311.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670254 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB103284-
CMYK00.980.180.60
HSL311.29º96.19%20.59%-
HSV(B)311.29º98.06%40.39%-
XYZ7.223.578.7-
YUV41.55151.96171.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=54.50%
G=1.06%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10328400.980.180.60311.2996.1920.59
Hex67254062123C1376015
Octal14721240142227446714025
Binary11001111010101000110001010010111100100110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670254; }

 p { color: rgb(103,2,84); }

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

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

 a { background-color: rgb(103,2,84); }

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

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

 span { border-color: rgb(103,2,84); }

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