#650742

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

Shades of Tyrian Purple #650742

Tints of Tyrian Purple #650742

Color information

#650742 (or 0x650742) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 42. RGB value is (101,7,66). Sum of RGB (Red+Green+Blue) = 101+7+66=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #650742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650742 is #9AF8BD. Grayscale: #292929. Windows color (decimal): -10156222 or 4327269. OLE color: 4327269.

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

Color convert

RGB101766-
CMYK00.930.350.60
HSL322.34º87.04%21.18%-
HSV(B)322.34º93.07%39.61%-
XYZ6.433.315.45-
YUV41.83141.64170.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=58.05%
G=4.02%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10176600.930.350.60322.3487.0421.18
Hex6574205D233C1425715
Octal14571020135437450212725
Binary1100101111100001001011101100011111100101000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650742; }

 p { color: rgb(101,7,66); }

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

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

 a { background-color: rgb(101,7,66); }

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

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

 span { border-color: rgb(101,7,66); }

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