#670038

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

Shades of Tyrian Purple #670038

Tints of Tyrian Purple #670038

Color information

#670038 (or 0x670038) is unknown color: approx Tyrian Purple. HEX triplet: 67, 00 and 38. RGB value is (103,0,56). Sum of RGB (Red+Green+Blue) = 103+0+56=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #670038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670038 is #98FFC7. Grayscale: #252525. Windows color (decimal): -10026952 or 3670119. OLE color: 3670119.

HSL color Cylindrical-coordinate representation of color #670038: hue angle of 327.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670038 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB103056-
CMYK010.460.60
HSL327.38º100%20.2%-
HSV(B)327.38º100%40.39%-
XYZ6.313.174.02-
YUV37.18138.62174.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=64.78%
G=0%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103056010.460.60327.3810020.2
Hex670380642E3C1476414
Octal1470700144567450714424
Binary1100111011100001100100101110111100101000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670038; }

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

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

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

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

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

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

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

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