#650734

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

Shades of Tyrian Purple #650734

Tints of Tyrian Purple #650734

Color information

#650734 (or 0x650734) is unknown color: approx Tyrian Purple. HEX triplet: 65, 07 and 34. RGB value is (101,7,52). Sum of RGB (Red+Green+Blue) = 101+7+52=160 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.12% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 101 - color contains mainly: red. Hex color #650734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650734 is #9AF8CB. Grayscale: #282828. Windows color (decimal): -10156236 or 3409765. OLE color: 3409765.

HSL color Cylindrical-coordinate representation of color #650734: hue angle of 331.28º 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 #650734 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB101752-
CMYK00.930.490.60
HSL331.28º87.04%21.18%-
HSV(B)331.28º93.07%39.61%-
XYZ6.063.173.54-
YUV40.24134.64171.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.12%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=63.12%
G=4.38%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10175200.930.490.60331.2887.0421.18
Hex6573405D313C14b5715
Octal1457640135617451312725
Binary110010111111010001011101110001111100101001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650734; }

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

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

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

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

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

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

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

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