#650327

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

Shades of Tyrian Purple #650327

Tints of Tyrian Purple #650327

Color information

#650327 (or 0x650327) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 27. RGB value is (101,3,39). Sum of RGB (Red+Green+Blue) = 101+3+39=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650327 is #9AFCD8. Grayscale: #242424. Windows color (decimal): -10157273 or 2556773. OLE color: 2556773.

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

Color convert

RGB101339-
CMYK00.970.610.60
HSL337.96º94.23%20.39%-
HSV(B)337.96º97.03%39.61%-
XYZ5.772.982.19-
YUV36.41129.47174.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=70.63%
G=2.10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10133900.970.610.60337.9694.2320.39
Hex653270613D3C1525e14
Octal1453470141757452213624
Binary11001011110011101100001111101111100101010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650327; }

 p { color: rgb(101,3,39); }

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

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

 a { background-color: rgb(101,3,39); }

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

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

 span { border-color: rgb(101,3,39); }

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